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