@if (Session::has('success'))
Success
{{ Session::get('success') }}
@endif @if (Session::has('error'))
Alert!
{{ Session::get('error') }}
@endif