Your IP : 216.73.216.79


Current Path : /var/www/html/sprm/backend/views/layout-skin/
Upload File :
Current File : /var/www/html/sprm/backend/views/layout-skin/create.php

<?php

use yii\helpers\Html;


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

$this->title = 'Create Layout Skin';
$this->params['breadcrumbs'][] = ['label' => 'Layout Skins', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>


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

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