message; $wallet = $payload?->data?->diff?->wallet; $owners = Business::findOrFail($payload->business)->owners; $message = ['body' => 'Test']; if ($wallet < 0) { Notification::send($owners, new MailNotification($message)); Notification::send($owners, new DBNotification($message)); } } }