@extends('layout.template') @section('title','Cusella Home Furnishing | Curtains, Sofas, Wallpapers & Interior Solutions') @section('content')
Showing {{ ($meta['current_page'] - 1) * $meta['per_page'] + 1 }} – {{ min($meta['current_page'] * $meta['per_page'], $meta['total']) }} of {{ $meta['total'] }} results
@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['name'] }}

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

{{ $product['name'] }}

₹{{ $product['price'] }} ₹{{ $product['offer_price'] }}
@endforeach
@endsection