1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-03-21 14:00:04 +01:00

5 lines
195 B
PHP
Raw Normal View History

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