@extends('templates.'.sc_store('template').'.shop_layout') @section('main')

{{ $title }}

@if (!empty($itemsList)) @foreach ($itemsList as $item) @endforeach @endif
    {{ $itemsList->appends(request()->except(['page','_token']))->links() }}
@endsection @section('breadcrumb') @endsection @section('filter')
@php $queries = request()->except(['filter_sort','page']); @endphp @foreach ($queries as $key => $query) @endforeach
@endsection @push('scripts') @endpush