Registro clínico y gestión de historia médica
{{ $stats['total'] }}
Total pacientes
{{ $stats['active'] }}
Activos
{{ $stats['with_hc'] }}
Con historia clínica
@if(request()->hasAny(['search','status'])) No se encontraron resultados @else Sin pacientes registrados @endif
@if(request()->hasAny(['search','status'])) Intenta con otros términos. @else Registra tu primer paciente para comenzar. @endif
Nuevo paciente@if($patient->age()) {{ $patient->age() }} años @endif @if($patient->gender) · {{ ['male'=>'Masculino','female'=>'Femenino','other'=>'Otro'][$patient->gender] ?? '' }} @endif
@if($query->hasPages()) Mostrando {{ $query->firstItem() }}–{{ $query->lastItem() }} de {{ $query->total() }} pacientes @else {{ $query->total() }} paciente{{ $query->total() !== 1 ? 's' : '' }} en total @endif
@if($query->hasPages())