Your IP : 216.73.216.79


Current Path : /var/www/html/sprm/backend/views/program/program-education-application/
Upload File :
Current File : /var/www/html/sprm/backend/views/program/program-education-application/update.php

<?php

use yii\helpers\Html;

/* @var $this yii\web\View */
/* @var $model backend\models\program\ProgramEducationApplication */

$this->title = Yii::t('app', 'Kemaskini Permohonan Program Pendidikan');
$this->params['breadcrumbs'][] = 'Permohonan Program / Ceramah / Taklimat';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="program-education-application-update">
    <?=
    $this->render('_form', [
        'model' => $model,
    ])
    ?>
</div>