@if(session('payment_success'))

Your Appointment Booked Succesfully

{{$doctordetails['doctor_name']}}

{{$doctordetails['specialist_name']}}

{{$doctordetails['clinic_name']}},
{{$doctordetails['clinic_address']}},@if($doctordetails['clinic_area'] != null){{$doctordetails['clinic_area']}},@endif
{{$doctordetails['clinic_city']}}, {{$doctordetails['clinic_district']}} ,{{$doctordetails['clinic_state']}} ,India-{{$doctordetails['clinic_pincode']}}

  • Token No.: {{$libappointment['token_id']}}
  • Booking Date: {{\Carbon\Carbon::parse($selectedDate)->format('l , d F Y')}}
  • Booking Time: {{\Carbon\Carbon::parse($selectedTime)->format('H:i A')}}
  • Type of Consultation: {{$consultation}}
Logo

Thank You !!! For Using YoDr. Visit Again

@else

Choose Your Payment Mode & Proceed

Payments Methods

{{--
--}}

Booking Summary

  • Booking Date: {{\Carbon\Carbon::parse($selectedDate)->format('l, d M Y')}}
  • Booking Time: {{\Carbon\Carbon::parse($selectedTime)->format('h:i A')}}
  • Consultation: {{$consultation}}
    @if($consultationbooingservice['gst'] == 0.00)
  • Booking Fee (Inclusive all taxes) : INR {{$consultationbooingservice['service_cost']}}
  • Net Payable Amount : INR {{$consultationbooingservice['net_amount']}}
  • @else
  • Booking Fee : INR {{$consultationbooingservice['service_cost']}}
  • GST Amount ({{intval($consultationbooingservice['gst'])}}%) : INR {{$consultationbooingservice['gst_amount']}}
  • Net Payable Amount : INR {{$consultationbooingservice['net_amount']}}
  • @endif
@endif
@section('externaljs') @endsection