@extends('layouts.front-end.app') @section('title', translate($data['offer_type']).' '.translate('products')) @push('css_or_js') @endpush @section('content')
@csrf @include('web-views.products.partials._product-list-header', [ 'pageTitleContent' => $pageTitleContent, 'pageProductsCount' => $products->total(), 'searchBarSection' => true, 'sortBySection' => true, 'showProductsFilter' => true, ])
@include('web-views.products._ajax-products', ['products' => $products])
@endsection @push('script') @endpush