@extends(get_view('index')) @section('title'){{ translate('products') }} - @endsection @section('menu-active-products') active @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => translate('products')])
@include(get_view('components.product.list')) @endsection @section('footer') @endsection