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