Templates Management
All Templates
@if(session('success'))
{{ session('success') }}
@endif
| 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') }} | |
| No templates found. | ||||||||
{{ $templates->links() }}