@if ($systemEmailTemplates->count() > 0)
@foreach ($systemEmailTemplates as $key => $systemEmailTemplate)
@endforeach
@else
featured_play_list {{ trans('messages.automation.email.empty_template_list') }}
@endif