@extends('layouts.consentimientos') @section('styles') @endsection @section('content')
FICHA CLÍNICA
Nomre:
{{$paciente->nombre}}
FECHA DE REGISTRO:
{{$paciente->created_at}}
Edad:
{{$edad}} años
Estado Civil:
{{$paciente->civil}}
Ocupacion:
{{$paciente->ocupacion}}
Telefono:
{{$paciente->telefono}}
Direccion:
{{$paciente->direccion}}
HISTORIAL MÉDICO

{{$paciente->e41}}

HISTORIAL ODONTOLÓGICO

{{$paciente->e42}}
{{config('app.name')}}

ODONTOLOGÍA GENERAL
{{config('app.direccion')}}
Tel. {{config('app.celular')}}, {{config('app.telefono')}} Email: {{config('app.email')}}

SENSIBILIDAD ORAL DEBIDO A
EXISTE HITORIA DE
@if (isset($paciente->firma)) {{config('app.name')}} @endif F:______________________________________________________ PACIENTE
DPI: {{$paciente->dpi}}
@endsection