| Current Path : /var/www/html/ekursus/frontend/views/application/ |
| Current File : /var/www/html/ekursus/frontend/views/application/update1.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\models\Application */
$this->title = Yii::t('app', 'Kemaskini Permohonan Peserta: ' . $model->contractor->nama, [
'nameAttribute' => '' . $model->id->contractor->nama,
]);
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Permohonan Peserta Kursus'), 'url' => ['timetable/timetable/index1']];
$this->params['breadcrumbs'][] = ['label' => $model->contractor->nama, 'url' => ['view', 'id' => $model->contractor->nama]];
?>
<div class="application-update">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form1', [
'model' => $model,
]) ?>
</div>