@if ($templates->count() >0)
@foreach ($templates as $key => $template)
{{ $template->name }}
@endforeach
@include('helpers._pagination') @else
featured_play_list
{{ trans('messages.automation.email.empty_template_list') }}
@endif