@component('backoffice._layouts.app', [ 'title' => 'Humans' ]) @component('backoffice._components.pageHeading', ['breadcrumb' => null]) Humans @slot('actions') Add entry @endslot @endcomponent @component('backoffice._components.pageContent')
Name | Type | |
---|---|---|
{{ html()->publishedIndicator($human->published_at) }} {{$human->name}} | @if($humanType = $human->tags()->withType('humanType')->first()) {{ $humanType->name }} @endif | {{ ($human->path()) ? html()->viewButton($human->path()) : '' }} {{ html()->editButton(route('backoffice.humans.edit', $human->id)) }} {{ html()->deleteButton(action('Backoffice\HumansController@destroy', $human->id)) }} |