In-clinic
Appointment
@if ($doctors->image == null)
 }})
@else
 }})
@endif
{{ $doctors->doctor_name }}
{{ $doctors->specialist_name }}
{{ $doctors->about }}
{{ Carbon\Carbon::parse($appointment_sessions_info['session_date'])->format('jS M Y') }}
Change Date & Time
At
{{ Carbon\Carbon::parse($session_token_info['start_time'])->format('h:i A') }}
{{ $doctors->clinic_name }}
{{ $doctors->clinic_address }}, {{ $doctors->clinic_area }}, {{ $doctors->clinic_city }},
{{ $doctors->clinic_district }}, {{ $doctors->clinic_state }},
{{ $doctors->clinic_country }}, {{ $doctors->clinic_pincode }}
Get
Directions
{{-- Patient Enter the mobile number --}}
{{-- Otp Verification --}}
{{-- After verification if the number have been registred or after registeration --}}
Booking For
@if (sizeof($patientarray) > 0 && $typecheck == 'Other')
@foreach ($patientarray as $key => $patient)
@if ($patient['gender'] == 'Female')
 }})
@elseif($patient['gender'] == 'Male')
 }})
@else
 }})
@endif
{{ $patient['patient_name'] }}
@endforeach
@endif
Click on confirm button to book appointment of following details.
Gender *
@error('gender')
{{ $message }}
@enderror
Age *
@error('age')
{{ $message }}
@enderror
City *
@error('city_id')
{{ $message }}
@enderror
{{--
1.Update will be sent to {{ $phone_no }}
By requesting this
callback, you agree to Yodr's Terms and Conditions
--}}
Gender(Age)
: {{ $gender }}({{$age}})
{{--
Clinic
: {{ $doctors->clinic_name }}
Doctor
: {{ $doctors->doctor_name }}
Booking Time
: {{ Carbon\Carbon::parse($session_token_info['start_time'])->format('jS M Y h:i A') }} ({{$appointment_sessions_info['session_name']}})
--}}
{{--
--}}