| Current Path : /var/www/html/project/views/pic/ |
| Current File : /var/www/html/project/views/pic/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\Pic */
$this->title = 'Create Pic';
$this->params['breadcrumbs'][] = ['label' => 'Pics', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="pic-create">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>