]> BookStack Code Mirror - bookstack/blob - resources/views/form/errors.blade.php
Tests: Updated comment test to account for new editor usage
[bookstack] / resources / views / form / errors.blade.php
1 {{--
2 $name - string
3 --}}
4 @if($errors->has($name))
5     <div class="text-neg text-small">{{ $errors->first($name) }}</div>
6 @endif