?> "/> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php echo Html::csrfMetaTags(); ?> <title><?php echo Html::encode($this->title); ?> </title> <?php $this->head(); ?> </head> <body class="hold-transition <?php echo \dmstr\helpers\AdminLteHelper::skinClass(); ?> sidebar-mini sidebar-collapse"> <?php $this->beginBody(); ?> <div class="wrapper"> <?php echo $this->render('header'); ?> <?php echo $this->render('left'); ?> <?php echo $this->render('content', ['content' => $content, 'box' => false]); ?>
?> "/> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php echo Html::csrfMetaTags(); ?> <title><?php echo Html::encode($this->title); ?> </title> <?php $this->head(); ?> </head> <body class="<?php echo AdminLteHelper::skinClass(); ?> sidebar-mini"> <?php $this->beginBody(); ?> <div class="wrapper"> <?php echo $this->render('header.php', ['directoryAsset' => $directoryAsset]); ?> <?php echo $this->render('left.php', ['directoryAsset' => $directoryAsset]); ?>