{{-- SUCCESS --}} @if (session('success'))
{{ session('success') }}
@endif {{-- ERROR --}} @if (session('error'))
{{ session('error') }}
@endif