|
|
|
|
|
|
|
||||
|---|---|---|---|---|---|---|---|---|---|
|
@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
|
|||