12 lines
185 B
PHP
12 lines
185 B
PHP
|
|
<?php
|
||
|
|
use kartik\icons\Icon;
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียนงาน FLOW';
|
||
|
|
|
||
|
|
?>
|
||
|
|
<?= $this->render('_form_flow', [
|
||
|
|
'model' => $model,
|
||
|
|
//'finance' => $finance
|
||
|
|
|
||
|
|
])
|
||
|
|
?>
|