fix
This commit is contained in:
6
resources/views/components/form/label.blade.php
Normal file
6
resources/views/components/form/label.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@if ($label ?? false)
|
||||
{{ Form::label($name ?? '', ucfirst($label) . (($required ?? false) ? ' *' : ''), [
|
||||
'class' => ($classlabel ?? '')
|
||||
]) }}
|
||||
@if (!($horizontal ?? false))<br/>@endif
|
||||
@endif
|
||||
Reference in New Issue
Block a user