Patient Details

@if($lib_patient_id == null)

Login / Signup Information

Login Or Sign up Click here
@else

Welcome {{$lib_patient_info['patient_name']}}

Logged In with Mobile No. {{$lib_patient_info['phone_no']}}

@if($bookingfor=='Others')
Add
@endif @if($lib_patient_booking_info !=null)

{{$lib_patient_booking_info['patient_name']}} ({{$lib_patient_booking_info['patient_id']}})

Mobile No.: +91-{{$lib_patient_booking_info['phone_no']}}

Age : {{$lib_patient_booking_info['age']}} Years
Gender : {{$lib_patient_booking_info['gender']}}
Blood Group : {{$lib_patient_booking_info['blood_group']}}
Marital Status : {{$lib_patient_booking_info['marital_status']}}
@endif
@endif

Booking Summary

  • Booking Date: {{\Carbon\Carbon::parse($selectedDate)->format('l, d M Y')}}
  • Booking Time: {{\Carbon\Carbon::parse($selectedTime)->format('h:i A')}}
device-message-image

We can help you

{{env('SUPPORT_NO')}}

Call Us
smart-phone

Get the App

Download our app for better experience and for more feature

@section('externalmodal') @livewire('webnew.doctor-booking2-other-register-livewire'); @livewire('webnew.patient-login-alert-livewire'); @endsection @section('externaljs') @endsection