@extends('admin.layouts.main', ['scripts' => [path_asset('path.backoffice.js_path') . '/view/generic/backend-generic-list.js']]) @section('content')

{{ ucfirst($contentType->getLabel()) }}

@if($contentType->hasActions("grid"))
@foreach($contentType->getActions("grid") as $action) @endforeach
@endif @foreach($contentType->getFields()->getListableFields() as $field) {!! $field->toGridHeader() !!} @endforeach @if($contentType->getShowSlug()) @endif @if($contentType->getShowUri()) @endif @if($contentType->getShowStatus()) @endif @if($contentType->hasActions("row")) @endif
IDSlugUriStatus{{ trans('backend.actions') }}
@stop