System Departments

All departments 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($departments as $department) @empty @endforelse
#
Name Status Description Created At Action
{{$loop->index +1 }}
{{$department->name}} {{$department->status()}} {{$department->description}} {{$department->created_at->diffForHumans()}}
There is no department found
{!! $departments->links() !!}