@props(['colour' => 'bg-red-500', 'title', 'icon' => 'fa fa-ban','stackIcons' => [] , 'class' => '', 'id' => 'alert', 'timeout' => '5000', 'show' => true])
@if (!empty($stackIcons))
@foreach ($stackIcons as $stackIcon)
@endforeach
@else
@endif
{{$title}}
@if ($attributes->get('dismissOnTimeout') == true)
@endif
{{$slot}}