{{-- components.alert Renders the alert message with its different variants You can customize all the html and css classes but YOU MUST KEEP THE BLADE AND LIVEWIRE DIRECTIVES, it is using the variant helper to get the styles, icon and title depending of the alert type, it could be success, error, warning. You can customize the variants classes in config/laravel-views.php --}} @props(['type' => 'success', 'onClose' => ''])