porFecha($fecha); $carga = $asig->cargaHoy(); jsonOk([ 'data' => $data, 'total' => count($data), 'fecha' => $fecha, 'carga_hoy' => $carga, ]); } catch (Exception $e) { jsonError($e->getMessage(), 500); }