System Supervisors

All Supervisors typically refers to the various divisions or units within a company or organization that are responsible for different functions, such as marketing, finance, human resources, and operations, among others.

@forelse($supervisors as $supervisor) @empty @endforelse
#
First Name Last Name Username Mobile Email Role Departments Status Created At Action
{{$loop->index +1 }}
{{$supervisor->first_name}} {{$supervisor->last_name}} {{$supervisor->username}} {{$supervisor->mobile}} {{$supervisor->email}} {{$supervisor->roles[0]->name}} @foreach ($supervisor->departments as $department)
{{ $department->name }}
@endforeach
{{$supervisor->status()}} {{$supervisor->created_at->diffForHumans()}}
There is no supervisor found
{!! $supervisors->links() !!}