@component('backoffice._layouts.app', [ 'title' => 'Landing' ]) @component('backoffice._components.pageHeading', ['breadcrumb' => null]) Landing @slot('actions') Add entry @endslot @endcomponent @component('backoffice._components.pageContent')
@foreach($models as $landing) @endforeach
Name Updated
{{ html()->publishedIndicator($landing->published_at) }} {{ ($landing->first_translated_name) ?: '(untitled)'}} {{ diff_date_for_humans($landing->updated_at) }} {{ html()->viewButton($landing->path()) }} {{ html()->editButton(route('backoffice.landings.edit', $landing->id)) }} {{ html()->deleteButton(action('Backoffice\LandingsController@destroy', $landing->id)) }}
@endcomponent @endcomponent