master

laravel/framework

Last updated at: 29/12/2023 09:21

alert.php

TLDR

This file defines a PHP view component for displaying an alert.

Classes

There are no classes in this file.

Methods

There are no methods in this file.

<div class="w-full mx-2 py-1 mt-1 bg-yellow text-black text-center uppercase">
    <?php echo htmlspecialchars($content) ?>
</div>