| Current Path : /var/www/html/crm/views/paymentvoucheritem/ |
| Current File : /var/www/html/crm/views/paymentvoucheritem/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\PaymentVoucherItem */
$this->title = 'Create Payment Voucher Item';
$this->params['breadcrumbs'][] = ['label' => 'Payment Voucher Items', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="payment-voucher-item-create">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>