@extends(get_view('index')) @section('title'){{ $category->content->name ?? __('Category') }} - @endsection @section('menu-active-products') current-menu-item @endsection @section('header') @endsection @section('content')
@include(get_view('components.pages.page-title'), ['title' => ($category->content->name)])
@include(get_view('components.product.list'))
@endsection @section('footer') @endsection