mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
cleanup migration to filament
This commit is contained in:
9
resources/views/fields/alert.blade.php
Normal file
9
resources/views/fields/alert.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<div>
|
||||
<div>
|
||||
<div
|
||||
class="border-{{ $getColor() }}-500 bg-{{ $getColor() }}-100 text-{{ $getColor() }}-700 dark:bg-{{ $getColor() }}-500 dark:text-{{ $getColor() }}-500 rounded-lg border border-l-4 px-4 py-3 dark:bg-opacity-10"
|
||||
>
|
||||
{{ $getMessage() }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user