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