@if(Session('success'))
{{-- ...--}}

{{ Session('success') }}

{{-- The alert component can be used to highlight certain parts of your page for higher content visibility.--}}
@endif @if(Session('danger'))
{{-- ...--}}

{{ Session('danger') }}

{{-- The alert component can be used to highlight certain parts of your page for higher content visibility.--}}
@endif