@foreach ($smtp_tree as $group_metadata)
@if(!empty($group_metadata['children']))
@endif
@foreach ($group_metadata['children'] as $smtp_metadata)
@if(empty($group_metadata['children']))
{{trans('drip.add_group.form.error_message.no_smtp_is_selected')}}
@else
@endif
@endforeach
@endforeach