@extends('layout.index', [ 'title' => __('products.title'), 'subtitle' => __('products.title'), 'breadcrumb' => [__('products.title')] ]) @section('content')

{{ name }}

{{ $product.section.name }}

@include('components.carousel')
@endsection