validated()['message']; PreviewSiteBuilt::dispatch($message, 'success'); return response()->json([ 'success' => true, 'message' => 'Preview site built notification sent successfully', 'data' => [ 'notification_message' => $message, ], ]); } }