@if(count($errors) > 0)
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif @if(Session::get('error_msg'))
{{Session::get('error_msg')}}
@elseif(Session::get('success_msg'))

Success !

{{Session::get('success_msg')}}
@endif