Refund
@if(Session::has('success'))
{{Session::get('success')}}
@endif
| Report ID | {{ $invoiceout->id }} |
| Patient Name | {{ $invoiceout->patientout->name }} |
| Reference Doctor | {{ $invoiceout->patientout->doctor->name }} |
| Patient ID | {{ $invoiceout->patient_id }}-{{ $invoiceout->created_at->format('m-d-Y')}} |
| Patient Mobile | {{ $invoiceout->patientout->mobile }} |
| Patient Address | {{ $invoiceout->patientout->address }} |