@extends("landingpage::themes.{$activeTheme}.layouts.app") @section('meta_title', $pageTitle ?? 'Our Products') @section('meta_description', $metaDescription ?? 'Discover our range of products.') @section('content')
{{ $metaDescription }}
@endif${{ number_format($product->sale_price ?? $product->price, 2) }} @if($product->sale_price && $product->price > $product->sale_price) ${{ number_format($product->price, 2) }} @endif
View DetailsNo products found at the moment. Please check back later.
@endif