|
|
{{ $opdPrescription->patient->patient->user->full_name }}
|
|
{{ $opdPrescription->patient->patient->user->email }}
|
|
{{ $opdPrescription->patient->patient->user->phone != null ? $opdPrescription->patient->patient->user->phone : __('messages.common.n/a') }}
|
|
{{ $opdPrescription->patient->patient->user->gender == 0 ? __('messages.user.male') : __('messages.user.female') }}
|
|
{{ $opdPrescription->patient->patient->user->age }}
|
|
{{ $opdPrescription->patient->height != null ? $opdPrescription->patient->height : __('messages.common.n/a') }}
|
|
{{ $opdPrescription->patient->weight != null ? $opdPrescription->patient->weight : __('messages.common.n/a') }}
|
|
{{ $opdPrescription->patient->bp != null ? $opdPrescription->patient->bp : __('messages.common.n/a') }}
|