Significant changes
Added several components and features too long to list here
This commit is contained in:
4
resources/views/components/alert.blade.php
Normal file
4
resources/views/components/alert.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="alert alert-{{$alertType}} {{$extraStyling ?? ''}}">
|
||||
<!-- Simplicity is the essence of happiness. - Cedric Bledsoe -->
|
||||
{{$slot}}
|
||||
</div>
|
Reference in New Issue
Block a user