| Current Path : /var/www/html/sprm/backend/views/program/program-pic/ |
| Current File : /var/www/html/sprm/backend/views/program/program-pic/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\models\program\ProgramPic */
$this->title = Yii::t('app', 'Tambah PIC Program');
$this->params['breadcrumbs'][] = 'Permohonan Program / Ceramah / Taklimat';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="program-pic-create">
<?= $this->render('_form', [ 'model' => $model,]) ?>
</div>