@if ($errors->has($field)) @if (empty($unescaped)) {{ $errors->first($field) }} @else {!! $errors->first($field) !!} @endif @endif