@if(is_array($errorKey)) @foreach($errorKey as $key => $col) @if($errors->has($col.$key))
@endif @endforeach @else @if($errors->has($errorKey))
@endif @endif