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 --}}
Enter Your Mobile Number
{{-- --}} @error('patient_contact_no') {{ $message }} @enderror @if(strlen($patient_contact_no) == 10)

You will receive a verification code shortly.
We will send appintment related communications on this number.

@endif
@if(strlen($patient_contact_no) == 10)
@error('vcmode') {{ $message }} @enderror
@endif
{{-- Otp Verification --}}
We hve sent you verification code on
{{ $patient_contact_no }} Change Contact No. ?
@if (session('session_wrong_otp')) Invalid Verification Code @endif
@if (session('session_otp_expiried')) Resend Verification Code @else Expiries In : @endif
{{-- 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.
Name * @error('patient_name') {{ $message }} @enderror
Mobile No. * @error('phone_no') {{ $message }} @enderror
Email Address @error('email_id') {{ $message }} @enderror
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
--}}
Booking Confirmation
Name
: {{$patient_name}}
Mobile
: {{ $phone_no }}
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']}})
--}}

Payment Method

= 30) style="cursor: pointer;" @else disabled @endif> = 30) style="cursor: pointer;" @else style="cursor: not-allowed;" disabled @endif>
@error('paymentmode') {{ $message }} @enderror
     
{{-- --}}
@section('externaljs') @endsection