9 lines
215 B
PHP
9 lines
215 B
PHP
|
|
<?php
|
||
|
|
$this->title = 'ลงทะเบียนหนังสือส่ง';
|
||
|
|
?>
|
||
|
|
<?=$this->render('/layouts/_menu_center_out')?>
|
||
|
|
<h1><?=$this->title?></h1>
|
||
|
|
|
||
|
|
<?=$this->render('_form', [
|
||
|
|
'model' => $model
|
||
|
|
])?>
|