mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-28 14:22:22 +08:00
9 lines
No EOL
255 B
PHP
9 lines
No EOL
255 B
PHP
@if ($errors->has($field))
|
|
<span class="help-block has-error">
|
|
@if (empty($unescaped))
|
|
<strong>{{ $errors->first($field) }}</strong>
|
|
@else
|
|
<strong>{!! $errors->first($field) !!}</strong>
|
|
@endif
|
|
</span>
|
|
@endif |