This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
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>