@if(hasPermissionAndModuleEnabled('view book time fields while sending messages', 'time_mgt'))
:
@if($errors->has('booking_time_hours'))

{{ $errors->first('booking_time_hours') }}

@endif
@if($errors->has('booking_date'))

{{ $errors->first('booking_date') }}

@endif
@push('child-scripts') @endpush @endif