{{ isset($required) ? 'required' : '' }} @if($errors->has($field)) @foreach($errors->get($field) as $error)

{!! $error !!}

@endforeach @endif