individual.php 473 Bytes
<?php

/**
 * @var View     $this
 * @var Feedback $contact
 * @var SeoComponent   $seo
 */

use artbox\core\components\SeoComponent;
use artbox\core\models\Feedback;
use common\models\Settings;
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use yii\web\View;

$settings = Settings::getInstance();

$this->title = \Yii::t('app', 'menu-individual');
$this->params[ 'breadcrumbs' ][] = $this->title;
?>

<div id="individual-wr">
    <div id="content">

    </div>
</div>