Initial commit
This commit is contained in:
6
resources/views/components/form-error-text.blade.php
Normal file
6
resources/views/components/form-error-text.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<span class="form-error-text">
|
||||
@if( $icon )
|
||||
<i data-lucide="alert-triangle" size="14"></i>
|
||||
@endif
|
||||
{{ $message }}
|
||||
</span>
|
||||
Reference in New Issue
Block a user