@extends($active_theme) @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend-content')

{{__('user.Our Products')}}

@forelse ($products as $product)
@empty

{{__('user.Product Not Found')}}

@endforelse
{{ $products->links('custom_pagination') }}

{{__('user.Categories')}}

{{__('user.Filter Price')}}

{{__('user.Price')}}: {{ session()->get('currency_icon') }}

@if ($ad->status==1) @endif
@if (request()->has('sorting')) @else @endif @if (request()->has('category')) @else @endif @if (request()->has('min_price')) @else @endif @if (request()->has('max_price')) @else @endif @if (request()->has('keyword')) @else @endif
@endsection @push('frontend_js') @endpush