@extends('layouts.app') @section('title', $title = __('ensemble.index')) @section('content') @include('shared.button', ['type' => 'add', 'url' => route('ensembles.create'), 'label' => __('ensemble.add')]) @endsection