@extends('layouts.master')
@section('run_custom_css')
@endsection
@section('top_header')
View Report Details
@endsection
@section('content')
Patient Copy
CENTRAL HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Patient Copy
| 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 }} |
| Test Name |
Room No. |
Price |
@foreach($invoiceoutproducts as $invoiceoutproduct)
| {{ $invoiceoutproduct->report_name }} |
{{ $invoiceoutproduct->report_room }} |
{{ $invoiceoutproduct->report_cost }} Tk. |
@endforeach
@if($refund->less== 0)
Refund = {{ $refund->refund }} Tk.
@elseif ($refund->refund == 0)
Less = {{ $refund->less }} Tk.
@endif
Recipent Signature .... .... ... ... ... ... ... ...
| Subtotal |
{{ $refund->subtotal }} Tk. |
| Percent |
{{ $refund->percent }} % |
| Percent Amount |
{{ $refund->percent_amount }} Tk. |
| Without Percent |
{{ $refund->without_percent }} Tk. |
| Discount Amount |
{{ $refund->discount }} Tk. |
| Total |
{{ $refund->total }} Tk. |
| Paid |
{{ $invoiceout->receive_cash }} Tk. |
@if($refund->less == 0)
| Refund |
{{ $refund->refund }} Tk. |
@elseif ($refund->refund == 0)
| Less |
{{ $refund->less }} Tk. |
@endif
Lab Copy
CENTRAL HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Laboratory Copy
| Report ID |
{{ $invoiceout->id }} |
| Patient Name |
{{ $invoiceout->patientout->name }} |
| Reference Doctor |
{{ $invoiceout->patientout->doctor->name }} |
| Patient ID |
{{ $invoiceout->patientout->id }} |
| Patient Mobile |
{{ $invoiceout->patientout->mobile }} |
| Patient Address |
{{ $invoiceout->patientout->address }} |
| Test Name |
Room No. |
Price |
@foreach($invoiceoutproducts as $invoiceoutproduct)
| {{ $invoiceoutproduct->report_name }} |
{{ $invoiceoutproduct->report_room }} |
{{ $invoiceoutproduct->report_cost }} Tk. |
@endforeach
@if($refund->less== 0)
Refund = {{ $refund->refund }} Tk.
@elseif ($refund->refund == 0)
Less = {{ $refund->less }} Tk.
@endif
Recipent Signature .... .... ... ... ... ... ... ...
| Subtotal |
{{ $refund->subtotal }} Tk. |
| Percent |
{{ $refund->percent }} % |
| Percent Amount |
{{ $refund->percent_amount }} Tk. |
| Without Percent |
{{ $refund->without_percent }} Tk. |
| Discount Amount |
{{ $refund->discount }} Tk. |
| Total |
{{ $refund->total }} Tk. |
| Paid |
{{ $invoiceout->receive_cash }} Tk. |
@if($refund->less == 0)
| Refund |
{{ $refund->refund }} Tk. |
@elseif ($refund->refund == 0)
| Less |
{{ $refund->less }} Tk. |
@endif
Hospital Copy
CENTRAL HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Hospital Copy
| Report ID |
{{ $invoiceout->id }} |
| Patient Name |
{{ $invoiceout->patientout->name }} |
| Reference Doctor |
{{ $invoiceout->patientout->doctor->name }} |
| Patient Mobile |
{{ $invoiceout->patientout->mobile }} |
| Patient ID |
{{ $invoiceout->patientout->id }} |
| Patient Address |
{{ $invoiceout->patientout->address }} |
| Marketing Officer |
{{ $invoiceout->marketing->name }} |
| Village Doctor |
{{ $invoiceout->village->name }} |
| Test Name |
Room No. |
Price |
@foreach($invoiceoutproducts as $invoiceoutproduct)
| {{ $invoiceoutproduct->report_name }} |
{{ $invoiceoutproduct->report_room }} |
{{ $invoiceoutproduct->report_cost }} Tk. |
@endforeach
@if($refund->less== 0)
Refund = {{ $refund->refund }} Tk.
@elseif ($refund->refund == 0)
Less = {{ $refund->less }} Tk.
@endif
Recipent Signature .... .... ... ... ... ... ... ...
| Subtotal |
{{ $refund->subtotal }} Tk. |
| Percent |
{{ $refund->percent }} % |
| Percent Amount |
{{ $refund->percent_amount }} Tk. |
| Without Percent |
{{ $refund->without_percent }} Tk. |
| Discount Amount |
{{ $refund->discount }} Tk. |
| Total |
{{ $refund->total }} Tk. |
| Paid |
{{ $invoiceout->receive_cash }} Tk. |
@if($refund->less == 0)
| Refund |
{{ $refund->refund }} Tk. |
@elseif ($refund->refund == 0)
| Less |
{{ $refund->less }} Tk. |
@endif
@endsection