@if (isset($errors) && count($errors) > 0)
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('success'))
{{-- --}} @if(Session::has('success_important')) @endif {{session('success')}}
@endif @if (Session::has('danger'))
{{-- --}} @if(Session::has('danger_important')) @endif {{session('danger')}}
@endif @if (Session::has('info'))
@if(Session::has('info_important')) @endif {{session('info')}}
@endif @if (Session::has('warning'))
@if(Session::has('warning_important')) @endif {{session('warning')}}
@endif