@extends('layouts.app') @section('body-class', 'page-categories') @section('content') @hookinsert('product.index.top')
@include('shared.filter_sidebar')
{{ __('front/common.page_total_show', ['first' => $products->firstItem(), 'last' => $products->lastItem(), 'total' => $products->total()]) }}
{{ __('front/common.sort') }}:
{{ __('front/common.show') }}:
@foreach ($products as $product)
@include('shared.product')
@endforeach
{{ $products->links('panel::vendor/pagination/bootstrap-4') }}
@hookinsert('product.index.bottom') @endsection @push('footer') @endpush