/
var
/
www
/
vhosts
/
nabawater
/
backend
/
views
/
push-notification
/
/var/www/vhosts/nabawater/backend/views/push-notification
mkdir
upload
Name
Size
Mode
Actions
create.php
371
0644
edit
dl
rm
_form.php
1536
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/backend/views/push-notification/create.php
(371B)
<?php /* @var $this \yii\web\View */ /* @var $model \backend\models\User */ $this->title = yii::t('backend','Push Notification'); ?> <div class="row"> <div class="col-md-2"></div> <div class="col-md-8"> <div class ="card"> <?= $this->render('_form', [ 'model' => $model, ]); ?> </div> </div> </div>
Save
title = yii::t('backend','Push Notification'); ?>
= $this->render('_form', [ 'model' => $model, ]); ?>