@foreach($products as $product)
@if(!empty($product['offer_price']))
{{ $product['offer_percent'] }}%
@endif
{{-- ACTION BUTTONS --}}
@if(!empty($product['category']))
{{ $product['category'] }}
@endif
@if(!empty($product['subcategory']))
> {{ $product['subcategory'] }}
@endif
₹{{ $product['price'] }}
₹{{ $product['offer_price'] }}
@endforeach
@foreach($products as $product)
@if(!empty($product['offer_price']))
{{ $product['offer_percent'] }}%
@endif
@if(!empty($product['category']))
{{ $product['category'] }}
@endif
@if(!empty($product['subcategory']))
> {{ $product['subcategory'] }}
@endif
₹{{ $product['price'] }}
₹{{ $product['offer_price'] }}
@endforeach