@extends('adminlte::page') @section('title', $title ?? '') @section('content_header')
| Carnet: | {{$record->customer->identity_document}} | |||
| Nombre: | {{$record->customer->name}} | |||
| Celular | {{$record->customer->cellphone}} | |||
| Correo: | {{$record->customer->email}} | |||
| Fecha de Registro | {{$record->medical_date->format("d/m/Y H:i")}} | |||
| Próxima Cita: | {{$record->medical_next_date->format("d/m/Y")}} | |||
| Revisado | {{$record->reviewed?'Si':'No'}} | |||
| Fecha: | {{$item->medical_date}} |
| Próxima Cita: | {{$item->medical_next_date}} @if ($item->reviewed) @endif |
| Diagnóstico: | {{$item->diagnostic}} |
| Tratamiento: | {{$item->treatment}} |