{{ $category->translate(app()->getLocale())->description }}
@endif{{ Str::limit(strip_tags($productDescription), 100) }}
@endif {{-- Product Footer --}} @php $basePrice = $product->sale_price ?: $product->price; $vatAmount = $basePrice * ($product->tax_rate/100); $customerPrice = $basePrice + $vatAmount; @endphp{{ __('We couldn\'t find any products in this category. Please check back later or browse other categories.') }}
{{ __('Browse All Products') }}