@if(count($errors->all()) && !Session::has('openmodal'))
@foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif