{{ __('Are you sure you want to delete this department?') }}
| # | {{ __('Name') }} | @if(!request('administrate_id')){{ __('Administrate') }} | @endif{{ __('Description') }} | {{ __('Position') }} | {{ __('Image') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($departments->currentPage() - 1) * $departments->perPage() }} | {{ $dept->name }} | @if(!request('administrate_id')){{ optional($dept->administrate)->name }} | @endif{{ Str::limit($dept->description, 30) }} | {{ $dept->positions()->count() }} |
@if ($dept->image)
|
@can('departments edit') @endcan @can('departments delete') @endcan {{ __('Positions') }} {{ __('View') }} |
| {{ __('No departments found.') }} | ||||||