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