Files
Archive/retro/atomcms/resources/themes/atom/views/components/alert.blade.php

3 lines
115 B
PHP
Raw Normal View History

2025-12-09 06:52:43 +00:00
<div {{ $attributes->merge(['class' => 'w-full p-4 mb-4 text-white bg-red-600 rounded']) }}>
{{ $slot }}
</div>