/
var
/
www
/
vhosts
/
nabawater
/
backend
/
views
/
tax
/
/var/www/vhosts/nabawater/backend/views/tax
mkdir
upload
Name
Size
Mode
Actions
create.php
565
0644
edit
dl
rm
index.php
4713
0644
edit
dl
rm
update.php
547
0644
edit
dl
rm
_form.php
1498
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/backend/views/tax/update.php
(547B)
<?php /* @var $this \yii\web\View */ /* @var $model \backend\models\Tax */ /* @var $modelLang \backend\models\TaxLang */ /* @var $modelCountry \backend\models\Country */ $this->title = 'Update Tax'; ?> <div class="row"> <div class="col-md-3"></div> <div class="col-md-6"> <div class ="card"> <?= $this->render('_form', [ 'model' => $model, 'modelLang' => $modelLang, 'modelCountry' => $modelCountry ]); ?> </div> </div> </div>
Save
title = 'Update Tax'; ?>
= $this->render('_form', [ 'model' => $model, 'modelLang' => $modelLang, 'modelCountry' => $modelCountry ]); ?>