mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-13 10:48:25 +01:00
951df23c91
Update to Laravel 9 Commit for the upcoming from-end update.
5 lines
195 B
PHP
5 lines
195 B
PHP
<div {{ $attributes->merge(['class' => 'alert alert-'.$type]) }}>
|
||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||
<strong>{{ $slot }}</strong>
|
||
</div>
|