LinkStack/resources/views/components/alert.blade.php
Julian Prieber 951df23c91 Laravel 9
Update to Laravel 9

Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00

5 lines
195 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div {{ $attributes->merge(['class' => 'alert alert-'.$type]) }}>
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{ $slot }}</strong>
</div>