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