model('Teamtable'); $app->view('template/header', ['title' => 'Endre lagtabell']); $app->view('teamtable/edit/index', ["teams" => $model->getTable()]); $app->view('template/footer');