FECHA NAC. |
{{ \Carbon\Carbon::parse($history->patient->fech_nac)->format('d-m-Y') }}
|
SEXO |
{{ substr(strtoupper($history->patient->sex),0,1) }}
|
EDAD |
{{$history->patient->age}}
|
DNI |
{{$history->patient->number}}
|
ESTADO CIVIL |
{{ strtoupper($history->patient->state_civil)}}
|