fix roles
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
The name attribute has not been set
|
||||
</code>
|
||||
@else
|
||||
<div class="form-group{{ isset($groupClass) ? ' '.$groupClass : '' }}"{{ isset($groupId) ? ' id="'.$groupId.'"' : '' }}>
|
||||
<div class="form-group{{ isset($groupClass) ? ' '.$groupClass : '' }}"{!! isset($groupId) ? ' id="'.$groupId.'"' : '' !!}>
|
||||
@isset($label)
|
||||
{!! Form::label($name, __($label)) !!}
|
||||
<label>{!! __($label) !!}</label>
|
||||
@endisset
|
||||
@if($prepend || $prependText || $append || $appendText)
|
||||
<div class="input-group">
|
||||
|
||||
Reference in New Issue
Block a user