@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 }}
@foreach($invoiceoutproducts as $invoiceoutproduct) @endforeach
Test Name Room No. Price
{{ $invoiceoutproduct->report_name }} {{ $invoiceoutproduct->report_room }} {{ $invoiceoutproduct->report_cost }} Tk.

@if($refund->less== 0) Refund = {{ $refund->refund }} Tk. @elseif ($refund->refund == 0) Less = {{ $refund->less }} Tk. @endif

Recipent Signature .... .... ... ... ... ... ... ...

@if($refund->less == 0) @elseif ($refund->refund == 0) @endif
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.
Refund {{ $refund->refund }} Tk.
Less {{ $refund->less }} Tk.
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 }}
@foreach($invoiceoutproducts as $invoiceoutproduct) @endforeach
Test Name Room No. Price
{{ $invoiceoutproduct->report_name }} {{ $invoiceoutproduct->report_room }} {{ $invoiceoutproduct->report_cost }} Tk.

@if($refund->less== 0) Refund = {{ $refund->refund }} Tk. @elseif ($refund->refund == 0) Less = {{ $refund->less }} Tk. @endif

Recipent Signature .... .... ... ... ... ... ... ...

@if($refund->less == 0) @elseif ($refund->refund == 0) @endif
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.
Refund {{ $refund->refund }} Tk.
Less {{ $refund->less }} Tk.
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 }}
@foreach($invoiceoutproducts as $invoiceoutproduct) @endforeach
Test Name Room No. Price
{{ $invoiceoutproduct->report_name }} {{ $invoiceoutproduct->report_room }} {{ $invoiceoutproduct->report_cost }} Tk.

@if($refund->less== 0) Refund = {{ $refund->refund }} Tk. @elseif ($refund->refund == 0) Less = {{ $refund->less }} Tk. @endif

Recipent Signature .... .... ... ... ... ... ... ...

@if($refund->less == 0) @elseif ($refund->refund == 0) @endif
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.
Refund {{ $refund->refund }} Tk.
Less {{ $refund->less }} Tk.
@endsection