{{ $doctors->doctor_name }}

{{ $doctors->specialist_name }}
  • Clinic :
    {{ $doctors->clinic_name }}
  • Address Info :
    {{ $doctors->clinic_address }}, {{ $doctors->clinic_city }}, {{ $doctors->clinic_district }} {{ $doctors->clinic_state }} {{ $doctors->clinic_country }} -{{ $doctors->clinic_pincode }}
Available Dates For Appointment
@if(session('session_tenant_id')) @foreach ($appointment_sessions as $appointment_session)
Date : {{Carbon\Carbon::parse($appointment_session->session_date)->format('d M, Y')}}
{{$appointment_session->session_name}}
Slots Available : {{sizeof($appointment_session->get_free_slot_tokens)}}
@endforeach @endif
@if($appointment_sessions_info)
Selected Appointment Session
Date : {{Carbon\Carbon::parse($appointment_sessions_info['session_date'])->format('d M, Y')}}
{{$appointment_sessions_info['session_name']}}
Available Slots
@foreach ($appointment_sessions_info['getFreeSlotTokens'] as $tokens )
TOKEN-{{$tokens['token_id']}}
{{Carbon\Carbon::parse($tokens['start_time'])->format('h:i A')}}
@endforeach
@endif
Selected Appointment Session
@if(session('session_tenant_id'))
Date : {{Carbon\Carbon::parse($appointment_sessions_info['session_date'])->format('d M, Y')}}
{{$appointment_sessions_info['session_name']}}
@if($session_token_info)
Token No : {{$session_token_info['token_id']}}
{{Carbon\Carbon::parse($session_token_info['start_time'])->format('h:i A')}} - {{Carbon\Carbon::parse($session_token_info['end_time'])->format('h:i A')}}
@endif
@endif
Patient Information
@error('patient_contact_no') {{ $message }} @enderror @if(session('session_otp_expiry_time')) @if(!session('session_otp_verify') && !session('session_otp_expiried')) Verification code has sent to your mobile no. @elseif(session('session_otp_expiried')) Your Verification code has been expired. Please resend. @endif @if(!session('session_otp_verify') && !session('session_otp_expiried') || session('session_otp_expiried'))
Do You Want To Change Contact No. ? @endif @endif
@if(session('session_otp_expiry_time')) @if(!session('session_otp_verify') && !session('session_otp_expiried'))
@error('verify_otp') {{ $message }} @enderror Expiries In :
@endif @endif @if(session('session_otp_expiry_time')) @if(!session('session_otp_verify') && !session('session_otp_expiried')) @elseif(session('session_otp_expiried')) @endif @else @endif
Mobile Number ({{session('session_contact_no')}}) has been verified
@if (session()->has('successmsg'))
{{ session('successmsg') }}
@endif @if (session()->has('errormsg'))
{{ session('errormsg') }}
@endif
@foreach ($patientarray as $patient )
Patient Name
{{$patient['patient_name']}} ({{$patient['age']}}, {{$patient['gender']}})
@endforeach
New Patient
New Patient
Patient 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
Verify Your Details

Patient ID : {{$patientinfo['patient_id']}}

Patient Name : {{$patientinfo['patient_name']}}

Gender : {{$patientinfo['gender']}}

Age : {{$patientinfo['age']}}

Location : Patia, Bhubaneswar

Slot Booking
Amount : INR 30.00