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

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

@if($contentType->getShareable() == 'global')

*these contents are shared across sites*

@endif
@if($contentType->getSubTypes())
@foreach($contentType->getSubTypes() as $subType => $data) @endforeach
@endif @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->hasActions("row")) @endif
IDSlugUriStatus Shared@lang('backend.actions')
@stop