{{__('Online/Direct')}}
@if($user_object_booking1->is_online == 1) @if($onlineFlag == true)
{{__('Online')}}
@endif
{{__('Direct')}}
@else
{{__('Direct')}}
@if($onlineFlag == true)
{{__('Online')}}
@endif @endif
@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 Doctor')}}
{{$user_doctor->full_name}}
@if($doct) @foreach($doct as $index => $doctor) @if($doctor->object_id != $user_doctor->object_id)
{{ $doctor->full_name }}
@endif @endforeach @endif
{{-- @error('object_id')
{{__('The doctor field is required.')}}
@enderror--}}
@if($arrayFilter)
@if($this->date >= $dt->toDateString()) @foreach($arrayFilter as $index => $slot)
@if($slot[3] === '') @if($dt->toDateString() == $this->date && ($dt->toTimeString() >= date('H:i:s',strtotime($slot[1]))))
{{ date('h:i',strtotime($slot[1]))}} - {{date('h:i',strtotime($slot[2])) }}
@else
{{ date('h:i',strtotime($slot[1]))}} - {{date('h:i',strtotime($slot[2])) }}
@endif @elseif($slot[3] === 'dis')
{{ date('h:i',strtotime($slot[1]))}} - {{date('h:i',strtotime($slot[2])) }}
@endif
@endforeach @else
{{__('The appointment is expired')}}
@endif
@error('slotTime')
{{ $message }}
@enderror
@elseif($flag==true)
{{__('This doctor is not available on this day')}}
@endif
{{__('Don\'t Send Notification To :')}}
@if($this->user_object_booking1->object_id != $this->object_id)
{{__('Old Doctor')}}
{{__('New Doctor')}}
{{__('Patient')}}
@else
{{__('Doctor')}}
{{__('Patient')}}
@endif
@if($createFlag) @else @endif