@extends('layouts.frontend') @section('content')
@can('content_category_create') @endcan
{{ trans('cruds.contentCategory.title_singular') }} {{ trans('global.list') }}
@foreach($contentCategories as $key => $contentCategory) @endforeach
@endsection @section('scripts') @parent @endsection