@if (function_exists('module_exists') && module_exists('Purchase')) @endif @forelse($products as $key => $product) @if (function_exists('module_exists') && module_exists('Purchase')) @endif @empty @endforelse
{{ __('SL') }}. {{ __('Thumbnail') }} {{ __('Product Name') }} {{ __('Brand') }} {{ __('Price') }} {{ __('Discount Price') }}{{ __('Current Stock') }}{{ __('Status') }} {{ __('Action') }}
{{ ++$key }} {{ Str::limit($product->name, 50, '...') }} {{ $product?->brand?->name ?? 'N/A' }} {{ showCurrency($product->price) }} {{ showCurrency($product->discount_price) }} @if ($product->quantity > 0) {{ $product->quantity }} @else Stock Out @endif @hasPermission('shop.product.show') icon @endhasPermission @hasPermission('shop.product.barcode') icon @endhasPermission @hasPermission('shop.product.edit') icon @endhasPermission
{{ __('No Data Found') }}