dealhub/resources/views/components/ui/alert-success.blade.php
kusowl 8c93e78955 feat(Authentication): User log in, role based dashboard, and logout
- add login functionality
- alerts for registration and user account status
- fix status of broker role is not pending during registration
2026-01-09 15:17:28 +05:30

4 lines
102 B
PHP

<div class="py-2 px-4 bg-green-100 rounded-lg text-xs font-bold text-green-950">
{{$slot}}
</div>