Your IP : 216.73.216.79


Current Path : /var/www/html/dosmv2/backend/views/alert/
Upload File :
Current File : /var/www/html/dosmv2/backend/views/alert/create.php

<?php

use yii\helpers\Html;


/* @var $this yii\web\View */
/* @var $model app\models\Alert */

$this->title = 'Create Alert';
$this->params['breadcrumbs'][] = ['label' => 'Alert', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="alert-create">

    <h1><?= Html::encode($this->title) ?></h1>

    <?= $this->render('_form', [
        'model' => $model,
    ]) ?>

</div>