Contact Hub + New Template @if($showCategoryForm)
Add New Category
@error('newCategoryName') {{ $message }} @enderror
@endif
@forelse($templates as $template) @empty @endforelse
Title Category Type Last Updated Actions
{{ $template->title }}
@if($template->subject) {{ $template->subject }} @endif
{{ $template->category->name }} {{ strtoupper($template->type) }} {{ $template->updated_at->diffForHumans() }} Edit
No templates found.