BookStack/resources/views/form/errors.blade.php
Dan Brown 8716b1922b
Completed webhook management interface
Got webhook CRUD actions in place within the interface.
Quick manual test pass done, Needs automated tests.
2021-12-08 17:35:58 +00:00

3 lines
102 B
PHP

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