@component('backoffice._layouts.app', [ 'title' => 'Fragments' ]) @component('backoffice._components.pageHeading', ['breadcrumb' => null]) Fragments @slot('actions') Add entry @endslot @endcomponent @component('backoffice._components.pageContent')
Name | Type | Updated | |
---|---|---|---|
{{ html()->publishedIndicator($fragment->published_at) }} {{ ($fragment->first_translated_name) ?: '(untitled)' }} | @if($fragmentType = $fragment->tags()->withType('fragmentType')->first()) {{ $fragmentType->name }} @endif | {{ diff_date_for_humans($fragment->updated_at) }} | {{ html()->editButton(route('backoffice.fragments.edit', $fragment->id)) }} {{ html()->deleteButton(action('Backoffice\FragmentsController@destroy', $fragment->id)) }} |