9 lines
229 B
PHP
Raw Normal View History

<div class="alert alert-{{$alertType}} {{$extraStyling ?? ''}}">
2022-02-07 18:59:22 +00:00
@if (!empty($title))
<p class="text-bold">@if (!empty($icon))<i class="fas {{ $icon }}"></i> @endif {{ $title }}</p>
@endif
{{$slot}}
</div>