@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
# | {{__('home.productNo')}} | {{__('home.product')}} | {{__('home.productlocation')}} | {{__('home.quantity')}} | {{__('home.quantity')}}(store) | {{__('home.purchaseproductwithouttax')}} | {{__('home.Add')}} |
---|---|---|---|---|---|---|---|
{{ $product->id }} | {{$product->Product_Code}} | {{ $product->product_name }} | {{ $product->Product_Location }} | @if( $product->numberofpice<=0) {{$product->numberofpice." / ".__("home.notavailable")}} @else {{$product->numberofpice}} @endif |