@if (isset($data) && !empty($data) && count($data) > 0)
| # | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.photo') }} | {{ __('home.branch') }} | {{ __('home.productlocation') }} | {{ __('home.suppliername') }} | {{ __('home.quantity') }} | @can('System setting'){{ __('home.purchaseproductwithouttax') }} | @endcan{{ __('home.sellingproduct without tax') }} | {{ __('home.refnumber') }} | {{ __('home.Add') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->Product_Code }} | {{ $product->product_name }} |
|
{{ $product->branch->name ?? '-' }} | {{ $product->Product_Location ?? '-' }} | {{ $supplierName }} | {{ $product->numberofpice }} | @can('System setting'){{ $product->purchasingŁprice }} | @endcan{{ $product->sale_price }} | {{ $product->refnumber == null ? __('home.notdata') : str_replace("+", " - ", $product->refnumber) }} |