| # | {{ __('Aksi') }} | {{ __('Dari') }} | {{ __('No') }} | {{ __('Tanggal') }} | {{ __('Catatan') }} | {{ __('Total Qty') }} | {{ __('Status') }} | {{ __('Sign') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | Detail | {{ $it->whsFrom->name }} | {{ $it->no }} | {{ $it->date }} | {{ $it->comments }} | {{ $it->details_sum_qty_receive }} | @if ($it->status == 'Not Checked') Belum di check @elseif($it->status == 'Same') Sama @elseif($it->status == 'Difference') Berbeda @endif | @if ($it->sign == 'Y') @else @endif |
| # | {{ __('Total Qty') }} | ||||||
|---|---|---|---|---|---|---|---|
| Total | {{ number_format($totalSumQty, 0, ',', ',') }} |