D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
epaji.com
/
public_html
/
hindiusa
/
views
/
testimonials
/
Filename :
update.php
back
Copy
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\Testimonials */ $this->title = Yii::t('app', 'Update Testimonials: {name}', [ 'name' => $model->title, ]); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Testimonials'), 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = Yii::t('app', 'Update'); ?> <?= $this->render('@app/views/common/_dashboard-sidebar') ?> <div class="testimonials-update product-content"> <h1><?= Html::encode($this->title) ?></h1> <?= $this->render('_form', [ 'model' => $model, ]) ?> </div>