@if (Session::has('flash-error'))
{{Session::get('flash-error')}}
@endif
@if (Session::has('flash-info'))
{{Session::get('flash-info')}}
@endif
@if (Session::has('flash-success'))
{{Session::get('flash-success')}}
@endif
@if (count($errors) > 0)
Invalid input, please check fields for any errors
@endif