11 lines
209 B
PHP
11 lines
209 B
PHP
|
|
<label class="form-label">
|
||
|
|
{{ $name }}
|
||
|
|
@if( $required )
|
||
|
|
<span style="color:red">*</span>
|
||
|
|
@endif
|
||
|
|
@if( $helper !== "" )
|
||
|
|
<span>{{ $helper }}</span>
|
||
|
|
@endif
|
||
|
|
</label>
|
||
|
|
{{ $slot }}
|