@extends('admin.layouts.main', array('scripts' => array(path_asset('path.backoffice.js_path') . '/view/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 | @endifStatus | Shared | @if($contentType->hasActions("row"))@lang('backend.actions') | @endif
|---|