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