Daftar Inventaris Daftar Inventaris Inventaris @can('inventaris.create') @endcan @can('inventaris.delete') @endcan
@foreach (app_const('CONDITIONS') as $condition) @endforeach
@foreach (app_const('LOCATIONS') as $location) @endforeach
@foreach (app_const('INVENTORY_TYPES') as $type) @endforeach
@if ($selectPage) @endif @forelse ($inventories as $inventory) @empty @endforelse
@unless ($selectAll)
Anda telah memilih {{ $inventories->count() }} inventaris, apakah Anda mau memilih semua {{ $inventories->total() }} inventaris?
@else Anda sekarang memilih semua {{ $inventories->total() }} inventaris. @endif
{{ $inventory->code ?? '-' }} {{ $inventory->name ?? '-' }} {{ optional($inventory->entered_at)->format('d/m/Y') ?? '-' }} {{ $inventory->condition ?? '-' }} {{ $inventory->location ?? '-' }}
@can('inventaris.edit') Sunting @endcan
{{ $inventories->links() }}