@vite('resources/css/app.css') @if(session('message'))
@endif @if(session('error'))
@endif

Escriba el nombre del paciente

@csrf
@foreach($pag_patients as $info_pat)
@csrf
@endforeach
{{ $pag_patients->links('vendor.pagination.tailwind') }}