save.php 196 Bytes
<?
$this->title = 'Добавить фасовку';
$this->params['breadcrumbs'][] = $this->title;
?>
<h1>Добавить фасовку</h1>
<?= $this->render('_form',['model'=>$model]) ?>