@extends('layouts.app') @section('title', env('APP_NAME') . ' - ' . __('shop.shop_title')) @section('content')

{{ __('shop.shop') }}

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