mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-09 16:48:51 +01:00
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>
|