@foreach($DepartmentList as $key => $item) @endforeach
{{ __('common.sl') }} {{ __('common.name') }} {{ __('common.details') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $item->name }} {{ $item->details }} {{ showStatus($item->status) }}