title(__('settings/notifications.test_notifications.mail.add')) ->warning() ->send(); return; } foreach ($recipients as $recipient) { Mail::to($recipient) ->send(new TestMail); } Notification::make() ->title(__('settings/notifications.test_notifications.mail.sent')) ->success() ->send(); } }