How do I insert the matrix inside user

Viewed 22
$social = Social_Media::all();

return response()->json([
    'user' => auth('sanctum')->user() =>,
    'social' => $social
]);
0 Answers
Related