@forelse($products ?? [] as $product) @if($product->sale_status == 1)
@if($product->offer)

{{ __('Discount') }} @if($product->offer?->discount_type == 1) {{ $product->offer?->discount }} @else {{ $product->offer?->discount }} % @endif

@endif

{{ $product->getTranslation('title',app()->getLocale()) }}

{{ $product->getTranslation('description',app()->getLocale()) }}