rbrecruiter/resources/views/components/alert.blade.php

5 lines
156 B
PHP
Raw Normal View History

<div class="alert alert-{{$alertType}} {{$extraStyling ?? ''}}">
<!-- Simplicity is the essence of happiness. - Cedric Bledsoe -->
{{$slot}}
</div>