{{--
--}} //
//
{{-- --}} //
Medflix - Appointments Admin - Tickets
San Patricio Medflix Appointments Admin
{{-- START : Bell Icon --}}
Actividad
@foreach ($activitys as $activity) @if($activity->ticket->assigned_user == Auth::user()->name) @if($activity->action == 1) {{--
This Ticket {{$activity->ticket->ticket_number}} belongs to you
--}}
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@endif {{-- --}} @foreach ($activity->read as $read ) @if($read->user_id == Auth::user()->id) @if($read->didYouReadIt == 0)
{{ csrf_field()}}
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@else
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@endif @endif @endforeach @elseif($activity->ticket->following->contains('user_id',Auth::user()->id)) @foreach ($activity->read as $read ) @if($read->user_id == Auth::user()->id) @if($read->didYouReadIt == 0)
{{ csrf_field()}}
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@else
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@endif @endif @endforeach @endif @endforeach
{{-- END : Bell Icon --}}
@if (Auth::check())
{{Auth::user()->name}}
Logout
@else
Please Login
Login
@endif
Dashboard
6
Tickets
Notifications
Staff
Activity
Tickets
@if ($message = Session::get('success'))
{{ $message }}
@endif
Tickets Recientes
{{-- START : Tickets All Tablet --}} {{-- --}} {{-- --}}
Favoritos
#
Paciente
Plan Medico
Status
Actividad más reciente
Fecha de solicitud
Asignado
@foreach ( $tickets as $ticket )
{{-- --}} {{-- --}}
{{ 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}}
@endforeach
Favoritos
#
Paciente
Plan Medico
Status
Actividad más reciente
Fecha de solicitud
Asignado
Add Ticket
×
Pacientes
{{--
Country
--}}
@foreach ($table as $ticket )
{{$ticket->ticket_number}} : {{ $ticket->userprofile->user->name }}
@endforeach
{{-- --}}
{{ csrf_field()}}
{{ csrf_field() }}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}