@php
$i = 0;
@endphp
@if ($content)
@forelse ($content->details as $p=>$item)
| {{ $i + 1 }} |
{{ $item->product->name_eng }}
{{ store_info()->is_barcode_show ? '(' . $item->product->barcode . ')' : '' }}
|
|
{{--
{{$item->quantity}}
| --}}
@if ($type == 'requisition')
|
@elseif($type == 'quotation')
|
@else
|
@endif
@if ($type !== 'requisition')
|
|
|
@endif
@php
$i++;
@endphp
@empty
@endforelse
@endif