@component('mail::message')
## Dear {{$data['patient_info']['patient_name']}},
### Welcome to YODR !
Patient Name : {{$data['patient_info']['patient_name']}}
Consultation Date & Time : {{Carbon\Carbon::parse($data['prescription_date_time'])->format('d-M-Y h:i A')}}
Prescription No : {{$data['prescription_no']}}
Patient Id : {{$data['patient_info']['patient_id']}}
Clinic Name : {{$data['orginfo']['unit_name']}}
Doctor Consulted To : {{$data['dr_nm']}}
Thanks for availing our services.
Please share your experience/feedback using link
Get well soon !
Thanks,
{{-- {{ config('app.name') }} --}}
{{'Team YODR'}}
@endcomponent