Inventory Transfer Request Out
Document Number : {{ $no->no }}
Document Date : {{ $no->date }}
Sending Warehouse : {{ $no->whs->name }}

Receiving Warehouse : {{ $no->whsTo->name }}
@foreach ($details as $key => $detail) @endforeach
{{ __('Item Code') }} {{ __('Barcode') }} {{ __('Name') }} {{ __('Qty') }} {{ __('Qty Send') }}
{{ $detail->code }} {{ $detail->barcode }} {{ $detail->name }} {{ number_format($detail->qty) }} {{ $detail->qty_send }}
Total {{ $sumQty }} {{ $sumQtySend }}
Recipient,



(                              )
Sender,



(                              )
Warehouse,



(                              )