Templates Management

All Templates

@if(session('success'))
{{ session('success') }}
@endif
@forelse($templates as $template) @empty @endforelse
ID Name Type Category Status Featured Sections Created Actions
{{ $template->id }} {{ $template->name }} @if($template->description)
{{ Str::limit($template->description, 50) }} @endif
{{ ucfirst($template->type) }} {{ $template->category ?? 'N/A' }} {{ ucfirst($template->status) }} {{ $template->is_featured ? 'Yes' : 'No' }} {{ $template->sections_count ?? 0 }} sections {{ $template->created_at->format('M d, Y') }}
@csrf
@csrf
@csrf @method('DELETE')
No templates found.
{{ $templates->links() }}