0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-03-16 05:03:33 +00:00
BookStackApp_BookStack/resources/views/form/errors.blade.php

6 lines
127 B
PHP
Raw Permalink Normal View History

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