0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-26 13:14:47 +00:00
BookStackApp_BookStack/resources/views/form/errors.blade.php

6 lines
No EOL
127 B
PHP

{{--
$name - string
--}}
@if($errors->has($name))
<div class="text-neg text-small">{{ $errors->first($name) }}</div>
@endif