@usercan('department.delete') @endusercan @foreach ($departments as $department) @usercan('department.delete') @endusercan @endforeach
{{ __('SL') }}. {{ __('Name') }} {{ __('Description') }} {{ __('Status') }} {{ __('Action') }}
{{ ($departments->currentPage() - 1) * $departments->perPage() + $loop->iteration }} {{ $department->name }} {{ Str::limit($department->description, 20, '...') }}
{{ $departments->links('vendor.pagination.bootstrap-5') }}