name Has Submitted a Contact Us form!"; $type = "Contact Us"; $users = User::admins()->get(); foreach ($users as $data) { $data->notify(new UserAdmin($notify,$type)); } } }