@if (count($errors) > 0)
@endif @if(Session::has('flash_error'))
{{ Session::get('flash_error') }}
@endif @if(Session::has('flash_success'))
{{ Session::get('flash_success') }}
@endif