@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('flash_error'))
{{ Session::get('flash_error') }}
@endif
@if(Session::has('flash_success'))
{{ Session::get('flash_success') }}
@endif
@if(Session::has('flash_warning'))
{{ Session::get('flash_warning') }}
@endif