7 lines
211 B
PHP
7 lines
211 B
PHP
@if ($label ?? false)
|
|
{{ Form::label($name ?? '', ucfirst($label) . (($required ?? false) ? ' *' : ''), [
|
|
'class' => ($classlabel ?? '')
|
|
]) }}
|
|
@if (!($horizontal ?? false))<br/>@endif
|
|
@endif
|