|
|
{{ !empty($bill['ipd_patient_department']->case_id) ? '#' . $bill['ipd_patient_department']->patientCase->case_id : __('messages.common.n/a') }}
|
|
|
{{ $bill['ipd_patient_department']->doctor->user->full_name }}
|
|
|
{{ date('jS M, Y g:i A', strtotime($bill['ipd_patient_department']->admission_date)) }}
|
@if(isset($bedAssign))
|
|
@if(isset($bedAssign->discharge_date))
{{ date('jS M, Y g:i A', strtotime($bedAssign->discharge_date)) }}
@else
{{ __('messages.common.n/a') }}
@endif
|
@endif
|
|
{{ $bill['ipd_patient_department']->bed->name }}
({{ $bill['ipd_patient_department']->bedType->title }})
|
|
|
{{ !empty($bill['ipd_patient_department']->height) ? $bill['ipd_patient_department']->height : 'N/A' }}
|
|
|
{{ !empty($bill['ipd_patient_department']->weight) ? $bill['ipd_patient_department']->weight : 'N/A' }}
|