In LocalBox.php, when onSetOrderTime is called, we currently render 'flash' and 'timeslot' with
return [
'#notification' => $this->renderPartial('flash'),
'#local-timeslot' => $this->renderPartial('@timeslot'),
];
I would like to render the '#cart-control' => $this->renderPartial('@control')
How would i go about doing this?