|
|
@ -31,12 +31,16 @@ AppAsset::register($this); |
|
|
|
<body class="hold-transition skin-blue-light sidebar-mini"> |
|
|
|
<?php $this->beginBody() ?>
|
|
|
|
<div class="wrapper"> |
|
|
|
<?= $this->render('header') ?>
|
|
|
|
|
|
|
|
<?= $this->render('sidebar') ?>
|
|
|
|
|
|
|
|
<div class="content-wrapper"> |
|
|
|
<?php |
|
|
|
if (Yii::$app->session->hasFlash('error') || Yii::$app->session->hasFlash('success')) { |
|
|
|
echo Alert::widget(); |
|
|
|
} |
|
|
|
?>
|
|
|
|
<div class="content"> |
|
|
|
<section class="content-header"> |
|
|
|
<?= $this->render('breadcrumb') ?>
|
|
|
|
</section> |
|
|
@ -45,6 +49,7 @@ AppAsset::register($this); |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
|
|
|
|
<?= $this->render('footer') ?>
|
|
|
|
</div> |
|
|
|
<?php $this->endBody() ?>
|
|
|
|
</body> |
|
|
|