ubn5/frontend/views/bless/view.php

16 lines
192 B
PHP
Raw Normal View History

2025-02-10 05:21:56 +00:00
<?php
use yii\helpers\Html;
?>
<div class="card shadow">
<div class="card-body">
<?= $this->render('_print', [
'model' => $model,
]) ?>
</div>
</div>