Escalation Matrix

@forelse($escalations ?? [] as $escalation) @empty @endforelse
#
First Name Last Name Department Email Level Days Created At Action
{{$loop->index + 1 }}
{{$escalation->first_name}} {{$escalation->last_name}} {{$escalation->department->name}} {{$escalation->email}} {{$escalation->level}} {{$escalation->days}} {{$escalation->created_at->diffForHumans()}}
There is no bot found
{!! $escalations->links() !!}