@if (label()) {
@if (required()) { ({{ "required" | i18n }}) }
} @if (!label()) { }
@if (hasError()) {
{{ displayError() }}
} @else { }