|
|
|
Nama Distributor |
|
|
|
|
|||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $consumableBuys->count() }} bhp, apakah Anda mau memilih semua {{ $consumableBuys->total() }} bhp?
@else
Anda sekarang memilih semua {{ $consumableBuys->total() }} bhp.
@endif
|
|||||||||
|
|
{{ $consumableBuy->invoice_number ?? '-' }} | {{ optional($consumableBuy->distributor)->name ?? '-' }} {{ optional($consumableBuy->distributor)->is_active ? 'Aktif' : 'Nonaktif' }} | {{ optional($consumableBuy->date)->format('d/m/Y') ?? '-' }} | {{ $consumableBuy->transaction_type ?? '-' }} | {{ optional($consumableBuy->due_date)->format('d/m/Y') ?? '-' }} | {{ money_format_idr($consumableBuy->total_buy) ?? '-' }} | |||