@if(Session('success'))

{{ Session('success') }}

@endif @if(Session('danger'))

{{ Session('danger') }}

@endif