@if ($label ?? false) {{ Form::label($name ?? '', ucfirst($label) . (($required ?? false) ? ' *' : ''), [ 'class' => ($classlabel ?? '') ]) }} @if (!($horizontal ?? false))
@endif @endif