15 lines
241 B
PHP
15 lines
241 B
PHP
|
|
<?php
|
||
|
|
/* @var $this yii\web\View */
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียนงาน FISH';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
|
||
|
|
<?= $this->render('_form_fish', [
|
||
|
|
'model' => $model,
|
||
|
|
//'finance' => $finance
|
||
|
|
|
||
|
|
])
|
||
|
|
?>
|