@if (isset($data) && !empty($data) && count($data) > 0)
| # | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.branch') }} | {{ __('home.productlocation') }} | {{ __('home.suppliername') }} | {{ __('home.quantity') }} | @can('System setting'){{ __('home.purchaseproductwithouttax') }} | @endcan{{ __('home.sellingproduct without tax') }} | {{ __('home.refnumber') }} | {{ __('home.action') ?? 'الإجراء' }} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product->Product_Code }} | {{ $product->product_name }} @if(!empty($product->category_name)) {{ $product->category_name }} @endif | {{ $product->branch->name ?? '**' }} | {{ $product->Product_Location ?? '-' }} | {{ $supplierName }} | @if($product->numberofpice <= 0) غير متاح @else {{ $product->numberofpice }} @endif | @can('System setting'){{ number_format($product->purchasingـprice, 2) }} | @endcan{{ number_format($product->sale_price, 2) }} {{ __('home.SAR') ?? 'ر.س' }} | {{ $product->refnumber == null ? '-' : str_replace("+", " - ", $product->refnumber) }} |
|
يرجى التأكد من اسم المنتج، كوده، أو التحقق من الفرع المحدد.