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

9 lines
195 B
PHP
Raw Normal View History

2024-03-28 09:51:45 +03:00
<?php
$this->title = 'Добавить тип скан-копии';
echo $this->render('_form', [
'model' => $model,
'entities' => $entities,
'document_types' => $document_types
]);