| Receipt No : {{ $result[0]->id ?? $result[0]->ReceiptNo ?? '' }} |
Receipt Date : {{ isset($result[0]->CreatedDate) ? date('d/m/Y', strtotime(str_replace('-', '/', $result[0]->CreatedDate))) : '' }} |
| MRD No : |
{{ $result[0]->MrdNo ?? '' }} |
|
|
| Procedure Name : {{ $ProcedureName ?? '' }} |
|
|
| Received with thanks from : {{ $result[0]->PatientName ?? '' }} |
|
|
| Sum of Rupees : RUPEES |
| |
| Payment Mode : {{ $result[0]->PayMode ?? '' }} |
Cheque No / Date : {{ $result[0]->ChequeNo ?? '' }} {{ isset($result[0]->ChequeDate) ? date('d/m/Y', strtotime(str_replace('-', '/', $result[0]->ChequeDate))) : '' }} |
| Amount : ₹{{ number_format($result[0]->Amount ?? 0, 2) }} |
|
|
| For Parijat Hospital |