| # | {{ __('Action') }} | {{ __('To') }} | {{ __('No') }} | @if($selectedOption != 'Default'){{ __('Entry') }} | @endif{{ __('Date') }} | {{ __('Remark') }} | {{ __('Total Qty') }} | {{ __('Sync') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | Detail | {{ $it->whsTo->name }} | {{ $it->no }} | @if($selectedOption != 'Default'){{ $it->entry ?? '-' }} | @endif{{ $it->date }} | {{ $it->comments }} | {{ $it->details_sum_qty_send }} | @if ($it->sync == 'N') @else @endif |
| # | {{ __('Total Qty') }} | ||||||
|---|---|---|---|---|---|---|---|
| Total | {{ number_format($totalSumQty, 0, ',', ',') }} |