@extends('app') @section('content')

Discharge

Date: {{ $discharge->date->format('d/m/Y') }}

This may certify that {{$patientInfo->user->full_name}}, @php($fatherName = $patientInfo->user->father_name) @if(strlen($fatherName)>3) Father Name :{{$patientInfo->user->father_name}}, @endif @if(is_numeric($patientInfo->age)) Age : {{$patientInfo->age}}, @endif @php($mobile = $patientInfo->user->mobile_no) @if(strlen($mobile)>9) Phone Number : {{$patientInfo->user->mobile_no}}, @endif @if(strlen($patientInfo->blood_group)>1) Blood Group : {{$patientInfo->blood_group}} @endif Address : {{$patientInfo->user->present_address}} In this hospital from {{$discharge->from->format('d/m/Y')??''}} to {{$discharge->to->format('d/m/Y')??''}} till date treatment under {{$discharge->doctor->user->full_name}} Registration No : {{$invoiceInfo->sale_invoice_id}} @if($cabin!=null) , Cabin no : {{$cabin->cabin_name}} @else , Ward No : {{$ward->seat_name}}, Bed No : {{$ward->seat_number}} @endif

He had been suffering {!! $discharge->findings !!}

Patient History

{!! $discharge->patient_history !!}

Investigation

{!! $discharge->investigation !!}

Treatment under admission

{!! $discharge->treatment_under_admission !!}

Post treatment and advice

{!! $discharge->post_treatment_and_advice !!}



-----------------------------
(Signature & Date)

{{$discharge->doctor->user->full_name}}
{{$discharge->doctor->designation->designation_name}}



-----------------------------
(Signature & Date)

{{$discharge->dutyNurse->full_name}}
{{$discharge->dutyNurse->employee->designation->designation_name}}
@endsection @section('extra-css') @stop @section('extra-js') @endsection