first()->value; return response()->json([ 'message' => __('Data fetched successfully.'), 'data' => $term ?? 'Terms & Conditions.', ]); } }