Daftar Bahan Habis Pakai Daftar Bahan Habis Pakai Master @can('master.data-bhp.create') @endcan @can('master.data-bhp.delete') @endcan
@if ($selectPage) @endif @forelse ($consumables as $consumable) @empty @endforelse
@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
{{ $consumables->links() }}
@if ($showDetail)

@endif