public function details() { $user = Auth::user(); return response()->json(['success' => $user], $this->successStatus); }