@if ($automations->isEmpty())
{{ __('automations.empty_title') }}
{{ __('automations.empty_body') }}
@else
@foreach ($automations as $a)
{{ $a->name }}
{{ __('automations.trigger_'.$a->trigger_type) }}
@endforeach
@endif