{{-- --}}
| # | Paciente | Status | Actividad más reciente | Fecha de solicitud | Asignado | |||
|---|---|---|---|---|---|---|---|---|
| {{ $ticket->ticket_number }} | {{ $ticket->userprofile->user->name }} | @if ($ticket->status == "Documentos") @elseif ($ticket->status == "Completados") @elseif ($ticket->status =="PENDING STATUS") @elseif ($ticket->status == "No se a determinado cita") @endif {{ $ticket->status }} | {{$ticket->activities->first()->description}} | {{ $ticket->created_at }} | {{ $ticket->assigned_user }} | |||
| Ver Todos | ||||||||
|
{{ $activity->description }}
{{$activity->created_at->format('m/d/y h:m s')}}
|
||||||||
| Ver Todo | ||||||||
| Pacientes |
|---|
| {{$ticket->ticket_number}} : {{ $ticket->userprofile->user->name }} |