@if(isset($allForms))
@if(auth()->user()->hasPermissionTo('Items - Request Items')) @endif @if($allForms->isEmpty()) @else @php $counter = ($allForms->currentPage() - 1) * $allForms->perPage() + 1; @endphp @foreach($allForms as $form) @endforeach @endif
# {{ __('items.fees9.department_name')}} {{ __('items.fees9.description')}}
{{ $form->department->name }} {{ $form->description }} @if(auth()->user()->hasPermissionTo('Items - Request Items') || auth()->user()->hasPermissionTo('Items - View Items')) @endif
@else
@endif