]> BookStack Code Mirror - bookstack/blob - resources/views/form/errors.blade.php
Locales: Removed a lot of existing locale handling
[bookstack] / resources / views / form / errors.blade.php
1 @if($errors->has($name))
2     <div class="text-neg text-small">{{ $errors->first($name) }}</div>
3 @endif