|
{{ !empty($bill['ipd_atient_department']->case_id) ? '#' . $bill['ipd_atient_department']->patientCase->case_id : __('messages.common.n/a') }}
|
|
{{ $bill['ipd_patient_department']->doctor->user->full_name }}
|
|
{{ date('jS M, Y m:s', strtotime($bill['ipd_patient_department']->admission_date)) }}
|
|
{{ $bill['ipd_patient_department']->bed->name }}
({{ $bill['ipd_patient_department']->bedType->title }})
|
|
{{ !empty($bill['ipd_patient_department']->height) ? $bill['ipd_patient_department']->height : __('messages.common.n/a') }}
|
|
{{ !empty($bill['ipd_patient_department']->weight) ? $bill['ipd_patient_department']->weight : __('messages.common.n/a') }}
|