@extends('layouts.master')
@section('run_custom_css')
@endsection
@section('top_header')
View Patient Details
@endsection
@section('content')
Patient Copy
TRUST ONE HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Patient Copy. Serial No :- {{ $serial }}
| Patient ID |
{{ $patient->id }} |
| Patient Name |
{{ $patient->name }} |
| Selected Doctor |
{{ $doctor->name }} |
| Visiting Charge |
{{ $doctor->charge }} Tk. |
| Date/Time |
{{ $date }} |
| @if($due_status=="1") {{"Due"}}@endif |
{{$paid_status}} |
Recipent Signature .... .... |
|
Hospital Copy
TRUST ONE HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Hospital Copy. Serial No :- {{ $serial }}
| Patient ID |
{{ $patient->id }} |
| Patient Name |
{{ $patient->name }} |
| Selected Doctor |
{{ $doctor->name }} |
| Visiting Charge |
{{ $doctor->charge }} Tk. |
| Date/Time |
{{ $date }} |
| @if($due_status=="1") {{"Due"}}@endif |
{{$paid_status}} |
Recipent Signature .... .... |
|
@endsection