@component('backoffice._layouts.app', [ 'title' => $model->name ?: 'New landing Plus' ]) {{ html() ->modelForm($model, 'PATCH', action('Backoffice\LandingsPlusController@update', $model->id)) ->open() }} @component('backoffice._components.pageHeading', ['breadcrumb' => html()->backToIndex('Backoffice\LandingsPlusController@index')]) {{ html()->publishedIndicator($model->published_at) }} {{ $model->name ?: 'New landing Plus' }} @slot('actions') {{ html()->viewLargeButton($model->path()) }} @endslot @endcomponent