demo-pathology/frontend/modules/register/views/center-out/create.php

9 lines
215 B
PHP
Raw Normal View History

2025-12-26 03:03:19 +00:00
<?php
$this->title = 'ลงทะเบียนหนังสือส่ง';
?>
<?=$this->render('/layouts/_menu_center_out')?>
<h1><?=$this->title?></h1>
<?=$this->render('_form', [
'model' => $model
])?>