resources/views/components/form/inputs/select.blade.php: Show error.
This commit is contained in:
parent
7ba4ab30c1
commit
8f79cc295c
1 changed files with 4 additions and 0 deletions
|
|
@ -7,3 +7,7 @@
|
|||
{!! $slot !!}
|
||||
@endforelse
|
||||
</select>
|
||||
|
||||
@error($name)
|
||||
<p class="ml-2 text-danger-400 text-sm">{{ $message }}</p>
|
||||
@enderror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue