@extends('layouts.app') @section('title', env('APP_NAME') . ' - ' . $category->name) @push('hreflangs') @foreach($hreflangs as $item) @endforeach @endpush @section('content')

{{ $category->name }}

@include('shop.partials.sidebar', ['categories' => $categories, 'useCategoryRoute' => true])
@include('shop.partials.product-list', ['products' => $products])
{{ $products->links('vendor.pagination.bootstrap-5') }}
@endsection @section('scripts') @endsection