Initial commit
This commit is contained in:
10
resources/views/components/form-field-title.blade.php
Normal file
10
resources/views/components/form-field-title.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<label class="form-label">
|
||||
{{ $name }}
|
||||
@if( $required )
|
||||
<span style="color:red">*</span>
|
||||
@endif
|
||||
@if( $helper !== "" )
|
||||
<span>{{ $helper }}</span>
|
||||
@endif
|
||||
</label>
|
||||
{{ $slot }}
|
||||
Reference in New Issue
Block a user