|
|
|
|
|
|
|
||||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $consumables->count() }} bahan habis pakai, apakah
Anda mau memilih semua {{ $consumables->total() }} bahan habis pakai?
@else
Anda sekarang memilih semua
{{ $consumables->total() }} bahan habis pakai.
@endif
|
|||||||||
|
|
{{ optional($consumable->entered_at)->format('d/m/Y') ?? '-' }} | {{ $consumable->code ?? '-' }} | {{ $consumable->name ?? '-' }} {{ $consumable->is_active ? 'Aktif' : 'Nonaktif' }} | {{ money_format_idr($consumable->price) ?? '-' }} | {{ $consumable->quantity . ' ' . $consumable->unit ?? '-' }} |
@can('master.data-bhp.edit')
Sunting
@endcan
|
|||