View ALL Patients Information
@if(Session::has('success'))
{{Session::get('success')}}
@endif
Name Value
{{ "Admit Date / Time" }} {{ $patient->created_at->format('d-m-Y h:i:s A') }}
{{ "Name" }} {{ $patient->name }}
{{ "Patient ID" }} {{ $patient->id }} / {{ $patient->created_at->format('m-d-Y') }}
{{ "Consultant" }} {{ $patient->doctor->name }}
{{ "Father's Name" }} {{ $patient->fname }}
{{ "Gender" }} {{ $patient->gender }}
{{ "Blood Group" }} {{ $patient->bloodGroup }}
{{ "Age" }} {{ $patient->age }}
{{ "Religion" }} {{ $patient->religion }}
{{ "Occupation" }} {{ $patient->occupation }}
{{ "Bed No." }} {{ $patient->seat->seatFloor }} Floor {{ $patient->seat->seatNo }} No. Bed
{{ "Personal Phone" }} {{ $patient->pphone }}
{{ "Home Phone" }} {{ $patient->hphone }}
{{ "Local Address" }} {{ $patient->laddress }}
{{ "Permanent Address" }} {{ $patient->paddress }}
Name Value
@php if($report == NULL){ } else { @endphp
View ALL Report Information
Report ID {{ $report->id }}
Date {{ $report->created_at->format('d-m-Y h:i A')}}
Patient ID {{ $report->patient_id }} / {{ $report->created_at->format('m-d-Y')}}
Patient Name {{ $report->patient->name }}
@foreach($reportproducts as $reportproduct) @endforeach
Test Name Room No. Price
{{ $reportproduct->report_name }} {{ $reportproduct->report_room }} {{ $reportproduct->report_cost }} Tk.

@if($report->due== 0) PAID @else DUE @endif

Collected By :: {{ Auth::user()->name }}

Received with thanks Tk. {{ $money_report }} Only

Subtotal {{ $report->subtotal }} Tk.
Discount {{ number_format($report->discount + $report->percent_amount) }} Tk.
Total {{ $report->total }} Tk.
Paid {{ $report->receive_cash }} Tk.
Due {{ $report->due }} Tk.
@php } @endphp @php if($operation == NULL){ } else { @endphp
View ALL Operation Information
Operation ID {{ $operation->id }}
Date {{ $operation->created_at->format('d-m-Y h:i A')}}
Patient ID {{ $operation->patient_id }} / {{ $operation->created_at->format('m-d-Y')}}
Patient Name {{ $operation->patient->name }}
@foreach($operationproducts as $operationproduct) @endforeach
Operation Name Price
{{ $operationproduct->operation_name }} {{ $operationproduct->operation_cost }} Tk.
Subtotal {{ $operation->subtotal }} Tk.
@php } @endphp @php if($invoice==NULL){ } else { @endphp
View ALL Invoice Information
Invoice ID {{ $invoice->id }}
Release Date {{ $invoice->updated_at->format('d-m-Y h:i A')}}
Patient ID {{ $invoice->patient_id }} / {{ $invoice->created_at->format('m-d-Y h:i A')}}
Patient Name {{ $invoice->name }}

Admission Fee

Bed/Cabin Rent

Consultation

@if($invoice->surgeon != 0)

Surgeon Fee

@endif @if($invoice->anesthesia != 0)

Anesthesia Fee

@endif @if($invoice->assistant1 != 0)

1st Assistant Fee

@endif @if($invoice->assistant2 != 0)

2nd Assistant Fee

@endif @if($invoice->operation != 0)

Operation Charge

@endif @if($invoice->delivary != 0)

Delivary Charge

@endif

Medicine Charge

Pathology

@if($invoice->nebulizer != 0)

Nebulizer Charge

@endif @if($invoice->suction != 0)

Suction Charge

@endif @if($invoice->blood != 0)

Blood Transfusion

@endif @if($invoice->dressing != 0)

Dressing

@endif @if($invoice->oxygen != 0)

Oxygen

@endif @if($invoice->canulla != 0)

Canulla

@endif @if($invoice->catheter != 0)

Catheter

@endif @if($invoice->tube != 0)

Ryles Tube

@endif @if($invoice->ambulance != 0)

Ambulance

@endif @if($invoice->incubator != 0)

Baby Incubator

@endif

Service Charge

@if($invoice->others != 0)

Others

@endif

Subtotal

Discount

Total

@if($invoice->total == $invoice->receive_cash) @else @endif

: {{ $invoice->admission}} Tk.

: {{ $invoice->rent}} Tk.

: {{ $invoice->consultation}} Tk.

@if($invoice->surgeon != 0)

: {{ $invoice->surgeon}} Tk.

@endif @if($invoice->anesthesia != 0)

: {{ $invoice->anesthesia}} Tk.

@endif @if($invoice->assistant1 != 0)

: {{ $invoice->assistant1}} Tk.

@endif @if($invoice->assistant2 != 0)

: {{ $invoice->assistant2}} Tk.

@endif @if($invoice->operation != 0)

: {{ $invoice->operation}} Tk.

@endif @if($invoice->delivary != 0)

: {{ $invoice->delivary}} Tk.

@endif

: {{ $invoice->medicine}} Tk.

: {{ $invoice->pathology}} Tk.

@if($invoice->nebulizer != 0)

: {{ $invoice->nebulizer}} Tk.

@endif @if($invoice->suction != 0)

: {{ $invoice->suction}} Tk.

@endif @if($invoice->blood != 0)

: {{ $invoice->blood}} Tk.

@endif @if($invoice->dressing != 0)

: {{ $invoice->dressing}} Tk.

@endif @if($invoice->oxygen != 0)

: {{ $invoice->oxygen}} Tk.

@endif @if($invoice->canulla != 0)

: {{ $invoice->canulla}} Tk.

@endif @if($invoice->catheter != 0)

: {{ $invoice->catheter}} Tk.

@endif @if($invoice->tube != 0)

: {{ $invoice->tube}} Tk.

@endif @if($invoice->ambulance != 0)

: {{ $invoice->ambulance}} Tk.

@endif @if($invoice->incubator != 0)

: {{ $invoice->incubator}} Tk.

@endif

: {{ $invoice->service}} Tk.

@if($invoice->others != 0)

: {{ $invoice->others}} Tk.

@endif

: {{ $invoice->total_amount}} Tk.

: {{ $invoice->discount }} Tk.

: {{ $invoice->total}} Tk.

@php } @endphp