@if(Session::has('error'))

{{Session::pull('error')}}

@endif @if(Session::has('success'))

{{Session::pull('success')}}

@endif @if(Session::has('info'))

{{Session::pull('info')}}

@endif @if ($errors->has()) @foreach ($errors->all() as $error)

{{$error}}

@endforeach @endif