@extends('admin.layouts.main', ['scripts' => [path_asset('path.backoffice.js_path') . '/view/generic/backend-generic-list.js']]) @section('content')
| ID | @foreach($contentType->getFields()->getListableFields() as $field) {!! $field->toGridHeader() !!} @endforeach @if($contentType->getShowSlug())Slug | @endif @if($contentType->getShowUri())Uri | @endif @if($contentType->getShowStatus())Status | @endif @if($contentType->hasActions("row")){{ trans('backend.actions') }} | @endif
|---|