Consulta: ${{ $prescription->precio}}
Lunes a viernes de 9:00 am a 4:00 pm CONSULTORIO: +(502) 55241322
6ta ave. 5-25 zona 10, Edificio Clinicas Medicas, 9no nivel oficina 907
IDX: {{ $prescription->idx}}
{{ __('sentence.Patient Name') }}: {{ $prescription->User->name }}
@isset($prescription->User->Patient->birthday)
| EDAD: {{ \Carbon\Carbon::parse($prescription->User->Patient->birthday)->age }} {{ __('sentence.Years') }}
@endisset
@isset($prescription->User->Patient->gender)
| SEXO: {{ __('sentence.'.$prescription->User->Patient->gender) }}
@endisset
| FECHA: {{ $prescription->created_at->format('d-m-Y') }}
@isset($prescription->spo2)
%Spo2: {{ $prescription->spo2 }}%
@endisset
@isset($prescription->temp)
| TEMP: {{ $prescription->temp }}°C
@endisset
@isset($prescription->gluc)
| GLUC: {{ $prescription->gluc }} mg/dL
@endisset
@isset($prescription->ta)
| T/A: {{ $prescription->ta }} mm/Hg
@endisset
@isset($prescription->User->Patient->weight)
| PESO: {{ $prescription->User->Patient->weight }} Kg
@endisset
@isset($prescription->User->Patient->height)
| TALLA: {{ $prescription->User->Patient->height }} cm
@endisset
@isset($prescription->User->Patient->imc)
IMC: {{ $prescription->User->Patient->imc }}
@endisset
@isset($prescription->User->Patient->alergias)
| ALERGIAS: {{ $prescription->User->Patient->alergias }}
@endisset
{{ $drug->drug_advice }}
{{ __('sentence.No Drugs') }}
@endforelse