1<?= view('modals/header', ['title' => $title]) ?> 2 3<div class="modal-body"> 4 <?= $text ?> 5</div> 6 7<?= view('modals/footer-close') ?> 8