@if ($required) @if ($errors->has($name)) {{ $errors->first($name) }} @else
{{ __('The') }} {{ $name }} {{ __('field is required.') }}
@endif @endif @if (isset($maxlength))
{{ __('Max length:') }} {{ $maxlength }} {{ __('characters') }}
@endif