Payment Receipt
{{--
--}}
Issue Date:
{{ Carbon::parse($appointment->created_at)->setTimezone('Asia/Karachi')->format('M d, Y h:i A') }}
PAYMENT RECEIPT
| MR NO : | {{ $appointment->mr_no }} |
|---|---|
| PATIENT NAME : | {{ $user->firstname }} |
| AGE : | {{ $user->age }} |
| GENDER : | {{ $user->gender }} |
| PHONE NO : | {{ $user->phone_no }} |
| ADDRESS : | {{ $user->address }} |
| RECIEPT NO : | {{$appointment->users->name}} |
| SESSION : | 3rd Visit |
| DATE : | {{ $appointment->appointment_date }} |
SERVICES FEES
| S# | SERVICES | AMOUNT |
|---|---|---|
| {{ $sno++ }} | @foreach (@$app_detail->services as $services) {{ $services->name }} @endforeach {{-- {{->name}}/ --}} ( {{ @$app_detail->doctors->firstname }} ) | {{ $app_detail->amount }} |
| TOTAL RECEIVED AMOUNT | {{ @$appointment->total }} | ||
| PREPARED BY | {{--TOTAL RECEIVED AMOUNT | --}}TOTAL AMOUNT | {{ @$appointment->main_total }} |
Address:
{{ $user->address }}Contact # {{ $user->phone_no }}
{{-- 49/49, Opp: Hyderi Medical Store, Saddar Bazaar, Main Doctor's Line, Hyderabad.
Contact # 03342624666
--}}