Pacientes
@if(request('q')) ✕ Limpar @endif
Novo Paciente
@forelse($patients as $patient) @empty @endforelse
Nome
{{ substr($patient->name, 0, 1) }}

{{ $patient->name }}

@if($patient->birth_date)

{{ $patient->age }} anos

@endif
👥

Nenhum paciente encontrado

@if(request('q')) Tente uma busca diferente @else Cadastre o primeiro paciente @endif

@if($patients->hasPages())
{{ $patients->withQueryString()->links() }}
@endif