@extends('front.layout.app') @section('title', $metaTitle) @section('meta_description', $metaDescription) @section('extra-css') @endsection @section('content')
@if(isset($category) && $category->description) {{ $category->description }} @endif
@if($categoryId != 0) @include('front.partials.sub-categories', ['categoryId']) @else @include('front.partials.sidemenu') @endif

{{count($products) ?? 0}} item(s) - Page {{$products->currentPage()??1}} of {{$products->lastPage()??1}}

Items: {{$countProducts ?? 0}}

@forelse ($products as $product) @empty
No items found
@endforelse
{{$products->appends(request()->except('page'))->links()}}
@endsection