vito/resources/views/web/fields/alert.blade.php
Saeed Vaziry f6bc04763b
2.x
2024-09-27 20:36:03 +02:00

10 lines
325 B
PHP

<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>