first()->value; return response()->json([ 'message' => __('Data fetched successfully.'), 'data' => $policy ?? 'Privacy Policy', ]); } }