portal.mkgtu.ru/backend/views/scan/create.php

9 lines
195 B
PHP
Executable File

<?php
$this->title = 'Добавить тип скан-копии';
echo $this->render('_form', [
'model' => $model,
'entities' => $entities,
'document_types' => $document_types
]);