Daftar Retur Pembelian Daftar Retur Pembelian Apotik Cetak
@foreach ($distributors as $distributor) @endforeach
@foreach (app_const('RECEPTION_TYPES') as $type) @endforeach
@foreach (app_const('TRANSACTION_TYPES') as $type) @endforeach
@if ($selectPage) @endif @forelse ($drugBuys as $drugBuy) @empty @endforelse
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) ?? '-' }}
{{ $drugBuys->links() }}