{{ __('IT Request Out Detail No. ') }} {{ $no->no }}
{{ __('Date : ') }} {{ $no->date }}
{{ __('Remark : ') }} {{ $no->comments }}
@foreach ($details as $key => $detail) @endforeach
# {{ __('Code') }} {{ __('Barcode') }} {{ __('Name') }} {{ __('Qty') }} {{ __('Qty Send') }}
{{ $key + 1 }} {{ $detail->code }} {{ $detail->barcode }} {{ $detail->name }} {{ number_format($detail->qty) }} {{ $detail->qty_send }}
# {{ __('Total Qty') }}
Total {{ number_format($details->sum('qty'), 0, ',', ',') }}