@if($allItems->isEmpty()) @else @php $counter = ($allItems->currentPage() - 1) * $allItems->perPage() + 1; @endphp @foreach($allItems as $info) @endforeach @endif
# {{ __('items.name')}} {{ __('items.category')}} {{ __('items.quantity')}} | {{ __('items.unit')}} {{ __('items.cost')}} {{ __('global.total')}} {{ __('items.is_consumable')}} {{ __('items.request_form.recieve_date')}} {{ __('items.department_name')}} {{ __('items.remarks')}}
{{ $info->item->itemMaster->name }} {{ $info->item->category->name }} {{ $info->quantity }} {{ $info->item->unit->name }} {{ $info->item->cost }} {{ ($info->item->cost * $info->quantity) }} {{ __('items.consumable_'.$info->item->is_consumable) }} {{ getHijriDate($info->issued_date) }} {{ @$info->department->name }} {{ $info->remarks }}
{{ $allItems->total() }}