@if(Session::has('success'))
{{Session::get('success')}}
@elseif(Session::has('info'))
{{Session::get('info')}}
@elseif(Session::has('danger'))
{{Session::get('danger')}}
@elseif(Session::has('warning'))
{{Session::get('warning')}}
@endif
{{--@if (count($errors) > 0)--}}
{{----}}
{{--
Whoops! There were some problems with your input.
--}}
{{--
--}}
{{--@foreach ($errors->all() as $error)--}}
{{--- {{ $error }}
--}}
{{--@endforeach--}}
{{--
--}}
{{--
--}}
{{--@endif--}}