kokjan/frontend/views/bless_old/view.php

16 lines
192 B
PHP
Raw Normal View History

2026-02-25 06:59:34 +00:00
<?php
use yii\helpers\Html;
?>
<div class="card shadow">
<div class="card-body">
<?= $this->render('_print', [
'model' => $model,
]) ?>
</div>
</div>