@error('full_name') {{ $message }} @enderror
{{__('Online/Direct')}}
@error('is_online') {{ $message }} @enderror
{{__('Choose Booking Date')}}
@php
$current = \Carbon\Carbon::now();
@endphp
@error('user_object_booking')
{{__('The user booking date field is required.')}} @enderror
{{__('Choose Specialist')}}
@error('object_id') {{__('The specialist field is required.')}} @enderror
@if($arrayFilter)
@foreach($arrayFilter as $index => $slot)
@endforeach
@error('slotTime') {{ $message }} @enderror
@elseif($flag==true)
@if(\Illuminate\Support\Facades\App::getLocale() == 'en')
{{__('This specialist is not available on this day')}}
@else
{{__('This specialist is not available on this day')}}
@endif
@endif
@if($createFlag)
@else
@endif