@component('backoffice._layouts.app', [ 'title' => $model->name ?: 'New navigation item' ]) {{ html() ->modelForm($model, 'PATCH', action('Backoffice\NavigationsController@update', $model->id)) ->open() }} @component('backoffice._components.pageHeading', ['breadcrumb' => html()->backToIndex('Backoffice\NavigationsController@index')]) {{ html()->publishedIndicator($model->published_at) }} {{ $model->name ?: 'New navigation item' }} @endcomponent