{{-- --}} // // {{-- --}} // Medflix - Appointments Admin - Tickets
Tickets Recientes
{{-- START : Tickets All Tablet --}} {{-- --}} {{-- --}}
@foreach ( $tickets as $ticket ) @endforeach
Favoritos # Paciente Plan Medico Status Actividad más reciente Fecha de solicitud Asignado
{{-- --}} {{-- --}}
{{ csrf_field()}} @if (Auth::user()->following->contains('ticket_id',$ticket->id)) {{ csrf_field() }} @php($tableInput = "Following")
@elseif (Auth::user()->name == $ticket->assigned_user)
{{ csrf_field() }} @php($tableInput = "Following")
@else @php($tableInput = "Follow") @endif
{{ $tableInput }} {{ $ticket->ticket_number }} {{ $ticket->userprofile->user->name }} {{ $ticket->userprofile->user->medical_plan->first()->plan_name }} {{ $ticket->status }} {{$ticket->activities->first()->description}} {{ $ticket->created_at }} {{ $ticket->assigned_user}}
Favoritos # Paciente Plan Medico Status Actividad más reciente Fecha de solicitud Asignado
Add Ticket
{{-- --}}
{{ csrf_field()}}
{{ csrf_field() }}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}