request->post('date'); return $this->render('index', [ 'range' => $dateRange, 'model' => $model, ]); } public function actionCallback() { return $this->render('callback', [ ]); } }