Consulta: ${{ $prescription->precio}}




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


@forelse ($prescription_drugs as $drug)
  • {{ $drug->type }} - {{ $drug->Drug->trade_name }} {{ $drug->strength }} - {{ $drug->dose }} - {{ $drug->duration }}
    {{ $drug->drug_advice }}
  • @empty

    {{ __('sentence.No Drugs') }}

    @endforelse

    {!! clean(App\Setting::get_option('footer_left')) !!}

    @isset($prescription->proxima_cita) PRÓXIMA CITA: {{ $prescription->proxima_cita}} @endisset