2025-03-30 12:55:28 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$this->title = 'ลงทะเบียน (External)';
|
|
|
|
|
$this->params['breadcrumbs'][] = $this->title;
|
|
|
|
|
?>
|
2025-03-30 12:57:36 +00:00
|
|
|
<?= $this->render('_form_ex', [
|
2025-03-30 12:55:28 +00:00
|
|
|
'model' => $model,
|
|
|
|
|
//'finance' => $finance,
|
|
|
|
|
]) ?>
|