@forelse($templates as $template)
{{ $template->category->label() }}
{{ $template->name }}
@if($template->description)

{{ $template->description }}

@endif
@foreach($template->structure['platforms'] ?? [] as $platform) @php $platformEnum = App\Enums\PlataformaRedeSocial::tryFrom($platform); @endphp @if($platformEnum) @endif @endforeach
{{ $template->usage_count }}x usado {{ $template->cliente->nome ?? 'Global' }}
@can('templates.edit') @endcan @can('templates.delete') @endcan
@empty

Nenhum template encontrado

Tente ajustar os filtros ou criar um novo template

@endforelse