@include('layouts.header', ['title' => 'Inventory Lists'])
@include('layouts.navbar') @include('layouts.sidebar')

Inventory

{{-- @can('add_agency') --}} Upload Inventory Add Inventory {{-- @endcan --}}
Reset
@foreach ($locations as $key => $val) @endforeach @if ($locations->isEmpty()) @endif
Sl. No. Location Building Name (Building No.) Actions
{{ $loop->iteration + ($locations->currentPage() - 1) * $locations->perPage() }} {{ $val->location->location ?? 'N/A' }} {{ $val->building_name }} ({{ $val->building_no }}) {{-- --}}
No Inventory found.
{{ $locations->appends(request()->query())->links('pagination::bootstrap-5') }}
@include('layouts.footer')