{{ __('clinic.print_file') }}
{{ $patient->patient_code }}
{!! nl2br(e($patient->chronic_diseases ?? '—')) !!}
{!! nl2br(e($patient->allergies ?? '—')) !!}
{!! nl2br(e($patient->current_medications ?? '—')) !!}
{!! nl2br(e($patient->medical_history ?? '—')) !!}
| {{ __('clinic.blood_pressure') }} | {{ __('clinic.pulse') }} | {{ __('clinic.temperature') }} | {{ __('clinic.weight') }} | {{ __('clinic.height') }} |
|---|---|---|---|---|
| {{ $v->blood_pressure ?? '—' }} | {{ $v->pulse ?? '—' }} | {{ $v->temperature ?? '—' }} | {{ $v->weight ?? '—' }} | {{ $v->height ?? '—' }} |
{{ __('clinic.no_records') }}
@endforelse