{{ $category->products_count }} products
@empty{{ __('general.no_categories') }}
@endforelse{{ $product->category->name ?? 'Uncategorized' }}
@if($product->isDiscounted()) {{ $symbol }}{{ number_format($price, 2) }} {{ $symbol }}{{ number_format($finalPrice, 2) }} @else {{ $symbol }}{{ number_format($price, 2) }} @endif
{{ __('general.no_products_in_category') }}
@endforelse{{ $product->category->name ?? 'Uncategorized' }}
@if($product->isDiscounted()) {{ $symbol }}{{ number_format($price, 2) }} {{ $symbol }}{{ number_format($finalPrice, 2) }} @else {{ $symbol }}{{ number_format($price, 2) }} @endif
{{ $product->category->name ?? 'Uncategorized' }}
@if($product->isDiscounted()) {{ $symbol }}{{ number_format($price, 2) }} {{ $symbol }}{{ number_format($finalPrice, 2) }} @else {{ $symbol }}{{ number_format($price, 2) }} @endif
{{ $product->category->name ?? 'Uncategorized' }}
@if($product->isDiscounted()) {{ $symbol }}{{ number_format($price, 2) }} {{ $symbol }}{{ number_format($finalPrice, 2) }} @else {{ $symbol }}{{ number_format($price, 2) }} @endif
{{ __('general.no_recent_products') }}
@endforelse @endif