{{ $count }} |
{{ $value->purchase_invoice_no }} |
{{ $value->item_code }} |
|
{{ $value->description }}
|
{{ $value->quantity }}
|
{{ $value->purchase_price_usd }} |
{{ $value->whole_sale + $value->transport + $value->commerical_text_5 + $value->custom_clerance }}
|
{{ $value->retail_sale }}
|
{{ $value->bin_location }} |
@if (Auth::user()->type == 'inventory' or Auth::user()->type === '0')
|
|
|
@else
|
|
|
@endif
@endforeach