@extends('front.layouts.app', ['class' => 'bg-default', 'title' => 'Shop']) @section('content') @include('front.layouts.app-header')
@include('front.product.product-sidebar')
@include('front.product.product-list')
Filter Close
@include('front.layouts.app-footer') @endsection @section('custom-js') @endsection