@php /** @var \Illuminate\Support\Collection $templates */ $templates = \Spatie\Mailcoach\Mailcoach::getTemplateClass()::all()->pluck('name', 'id'); @endphp
@if(count($templates)) @else
No templates yet, go create one.
@endif