surat/frontend/modules/register/views/case/dish.php

12 lines
185 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
use kartik\icons\Icon;
$this->title = 'ลงทะเบียนงาน DISH';
?>
<?= $this->render('_form_dish', [
'model' => $model,
//'finance' => $finance
])
?>