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