2021-12-06 11:00:02 +03:00
|
|
|
<?php extend('layouts/message_layout') ?>
|
2021-11-15 11:49:08 +03:00
|
|
|
|
|
|
|
<?php section('content') ?>
|
|
|
|
|
2021-11-12 18:39:38 +03:00
|
|
|
<div>
|
|
|
|
<img id="message-icon" src="<?= $message_icon ?>" alt="warning">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h3><?= $message_title ?></h3>
|
|
|
|
|
|
|
|
<p><?= $message_text ?></p>
|
|
|
|
</div>
|
2021-11-15 11:49:08 +03:00
|
|
|
|
|
|
|
<?php section('content') ?>
|
|
|
|
|