1<?php 2 3declare(strict_types=1); 4 5/** 6 * @var string $error 7 */ 8 9?> 10<pre class="alert alert-danger"><?= $error ?></pre> 11