Alger, {{ __('sentence.On') }} {{ $prescription->created_at->format('d-m-Y') }}
{{ __('sentence.Patient Name') }} : {{ $prescription->User->name }} @isset($prescription->User->Patient->birthday) - {{ __('sentence.Age') }} : {{ $prescription->User->Patient->birthday }} ({{ \Carbon\Carbon::parse($prescription->User->Patient->birthday)->age }} {{ __('sentence.Years') }}) @endisset @isset($prescription->User->Patient->gender) - {{ __('sentence.Gender') }} : {{ __('sentence.'.$prescription->User->Patient->gender) }} @endisset @isset($prescription->User->Patient->weight) - {{ __('sentence.Patient Weight') }} : {{ $prescription->User->Patient->weight }} Kg @endisset @isset($prescription->User->Patient->height) - {{ __('sentence.Patient Height') }} : {{ $prescription->User->Patient->height }} @endisset
{{ __('sentence.Prescription') }}
{{ $drug->drug_advice }}
{{ __('sentence.No Drugs') }}
@endforelse