111
use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
use yii\helpers\Url;
use yii\widgets\Breadcrumbs;
use app\assets\GeneralAsset;
GeneralAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>">
<head>
<meta charset="<?= Yii::$app->charset ?>">
<title><?= Html::encode($this->title) ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<?php $this->registerCsrfMetaTags() ?>
<meta name="access-token" content="<?= Yii::$app->user->identity-
>access_token ?>-
en5NHSTISkHDiTzXF5gFo0ptnsMs6Kd27iwWGsVFPbQiQ4amP8PzVVSY8bvE2
dw">
<?php $this->head() ?>
</head>