mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-08 16:18:45 +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>
|