BookStackApp/BookStack

View on GitHub
resources/views/form/errors.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@if($errors->has($name))
    <div class="text-neg text-small">{{ $errors->first($name) }}</div>
@endif