D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
epaji.com
/
public_html
/
hindiusa
/
views
/
site
/
Filename :
dashboard.php
back
Copy
<?php use yii\helpers\Html; use yii\grid\GridView; use yii\widgets\Pjax; /* @var $this yii\web\View */ /* @var $searchModel app\models\NewsSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = Yii::t('app', 'Dashboard'); $this->params['breadcrumbs'][] = $this->title; ?> <?= $this->render('@app/views/common/_dashboard-sidebar') ?> <div class="dashboard-index product-content"> <?php Pjax::begin(); ?> <?php // echo $this->render('_search', ['model' => $searchModel]); ?> <img class="img-fluid " src="/uploads/background-img-2.jpg" alt="Login Image"> <?php Pjax::end(); ?> </div>