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