@if ($templates->count() > 0)
@if ($template->categories()->count()) {{ $template->categories->map(function ($cat) { return $cat->name; })->join(', ') }} @else {{ trans('messages.template.category.no_category') }} @endif