@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
# | {{__('home.productNo')}} | {{__('home.product')}} | {{__('home.branch')}} | {{__('home.productlocation')}} | {{__('home.quantity')}} | @can('System setting'){{__('home.purchaseproductwithouttax')}} | @endcan{{__('home.sellingproduct without tax')}} | {{__('home.refnumber')}} | {{__('home.notesClient')}} | {{__('home.Add')}} |
---|---|---|---|---|---|---|---|---|---|---|
{{ $product->id }} | @if( $product->products_mix!=0) {{$product->Product_Code}} @else {{$product->Product_Code}} @endif | {{ $product->product_name }} | {{ $product->branch->name }} | {{ $product->Product_Location }} | @if( $product->numberofpice<=0) {{$product->numberofpice." / ".__("home.notavailable")}} @else {{$product->numberofpice}} @endif | @can('System setting'){{ $product->purchasingŁprice }} | @endcan{{ $product->sale_price }} | {{ $product->refnumber==null?__('home.notdata'):str_replace("+"," - ",$product->refnumber) }} | {{ $product->notes }} |
Fatal error: Uncaught Error: Class "App\Models\products" not found in /home/ebdea/public_html/dihnat.ebdea.online/resources/views/ajax_choose_product_quotation.blade.php:89 Stack trace: #0 {main} thrown in /home/ebdea/public_html/dihnat.ebdea.online/resources/views/ajax_choose_product_quotation.blade.php on line 89 |