| # | {{ __('Aksi') }} | {{ __('Ke') }} | {{ __('No') }} | {{ __('Tanggal') }} | {{ __('Catatan') }} | {{ __('Total Qty') }} | {{ __('#') }} | |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | Detail | {{ $it->whsTo->name }} | {{ $it->no }} | @if ($selectedOption != 'Default'){{ $it->entry ?? '-' }} | @endif{{ $it->date }} | {{ $it->comments }} | {{ $it->details_sum_qty_send }} |
| # | {{ __('Total Qty') }} | ||||||
|---|---|---|---|---|---|---|---|
| Total | {{ number_format($totalSumQty, 0, ',', ',') }} |