@section('externalcss') @endsection
{{-- Patient OTP Login Section start --}}

Welcome to YODR.
Your health and well-being are our top priorities, and we are committed to providing you with the highest standard of care.

@if(session('session_regd_data') == false)

Get Started

Please enter your mobile number to continue

@error('mobile_no') {{ $message }} @enderror {{--

*We will send a verification code to your mobile number

--}} @if (session('session_otp_expiry_time')) @if (!session('session_otp_verify') && !session('session_otp_expiried'))

*We have sent a verification code to your mobile number

@elseif(session('session_otp_expiried')) Your Verification code has been expired. Please resend. @endif @if (session('session_wrong_otp')) Invalid Verificatioin Code, Please Try Again @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_expiried') == false || session('session_otp_expiried') == '')

Expires In :

@endif @if (session('session_otp_expiry_time')) @if (!session('session_otp_verify') && !session('session_otp_expiried'))
@elseif(session('session_otp_expiried') == true)
@endif @else

By proceeding you agree to our
Terms & Conditions & Privacy Policy

@endif
@elseif(session('session_regd_data') == true)
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
--}}
@endif
{{-- Patient OTP Login Section end --}} @if ($patient != null)
{{--
--}} {{-- @if ($clnicreg)

Congratulation!
Your Registration is Complete!

{{--

Registration Fee : INR 999.00

@endif --}} {{--

Wait..!!
You cannot acess below services untill the verification is complete successfully!

--}} {{--
--}}
{{-- --}} @if ($patient['gender'] == 'Female') @elseif ($patient['gender'] == 'Male') @endif
Profile
Appointment History
Family
{{--
--}} {{-- --}} Logout {{--
--}}
{{--
--}}
{{--

Step into a World of Exclusive Benefits
Complete Your Registration Payment to Access Our Services

--}}
@error('pat_name') {{ $message }} @enderror
@error('pat_mobile') {{ $message }} @enderror
@error('pat_email') {{ $message }} @enderror
@error('pat_gender') {{ $message }} @enderror
@error('pat_age') {{ $message }} @enderror
@error('pat_mrtlsts') {{ $message }} @enderror
@error('pat_bldgrp') {{ $message }} @enderror
{{-- @if ($verified || $clinicinfo['action_require_comment']) --}} @if ($editable == false) @elseif ($editable == true) @endif {{-- @endif --}}
@if(sizeof($appts)>0) @foreach($appts as $appt) @if ($appt['transaction_id'] != null) @else @endif @endforeach @else @endif
Status Session Date Session Time Session Name Mode Of Payment
@if($appt['status'] != 0 && Carbon\Carbon::parse($appt['slot_sart_time'])->format('Y-m-d') >= Carbon\Carbon::now()->format('Y-m-d')) Cancel @elseif($appt['status'] != 0 && Carbon\Carbon::parse($appt['slot_sart_time'])->format('Y-m-d') < Carbon\Carbon::now()->format('Y-m-d')) Cancel @elseif($appt['status'] == 0 ) Cancelled @endif
{{\Carbon\Carbon::parse($appt['slot_sart_time'])->format('d-M-Y')}} {{\Carbon\Carbon::parse($appt['slot_sart_time'])->format('H:i A')}} - {{\Carbon\Carbon::parse($appt['slot_end_time'])->format('H:i A')}} {{$appt['session_name']}}ONLINEOFFLINE

No Data Available

@if(sizeof($family_lists)>0) @foreach ($family_lists as $family_list)
@if ($family_list['gender'] == 'Female') @elseif($family_list['gender'] == 'Male') @else
@endif
{{$family_list['patient_id']}}
{{$family_list['patient_name']}}
{{$family_list['gender']}}({{$family_list['age']}} yrs)
@endforeach @else No Data Available @endif
@endif
@section('externaljs') @endsection