@if(Session::has('flashSuccess'))
{{ Session::get('flashSuccess') }}
@endif @if(Session::has('flashError'))
{{ Session::get('flashError') }}
@endif @if(Session::has('errors'))
{{ Session::get('errors')->first() }}
@endif