Template Information
- Name
- {{ $template->name }}
- Type
- {{ ucfirst($template->template_type) }}
@if($template->category)
- Category
- {{ $template->category }}
@endif
- Status
-
{{ $template->is_active ? 'Active' : 'Inactive' }}
@if($template->description)
- Description
- {{ $template->description }}
@endif