@include('historial.triaje.search')
{{-- Nro. | --}}
Fecha |
Hora |
Paciente |
Especialista |
Opciones |
@foreach ($triaje as $t)
{{date('d/m/Y', strtotime($t->fechaTriaje))}} |
{{$t->horaTriaje}} |
{{$t->numDocumento}} | {{$t->nomPaciente}} |
{{$t->nomUsuario}} |
@if (auth()->user()->tipo =="DOCTOR")
|
@else
|
@endif
@endforeach
{{$triaje->appends(['searchText' => $searchText])}}