1<?php 2 3/** 4 * @var string $alert 5 */ 6 7?> 8<div class="alert alert-danger" role="alert" style="white-space: pre-wrap;"><?= $alert ?></div> 9