json([ 'success' => false, 'message' => 'Hero section not found' ], 404); } return response()->json([ 'success' => true, 'data' => $hero ]); } }