update v1.0.6

This commit is contained in:
sujitprasad
2016-02-16 22:42:08 +05:30
parent e6b579d67b
commit 073a49a8af
587 changed files with 21487 additions and 22766 deletions

View File

@@ -58,10 +58,10 @@ class="active"
{!! $errors->first('group_status', '<spam class="help-block">:message</spam>') !!}
<div class="row">
<div class="col-xs-2">
{!! Form::radio('group_status','1',true) !!}{{Lang::get('lang.enable')}}
{!! Form::radio('group_status','1',true) !!} {{Lang::get('lang.enable')}}
</div>
<div class="col-xs-3">
{!! Form::radio('group_status','0',null) !!}{{Lang::get('lang.disabled')}}
{!! Form::radio('group_status','0',null) !!} {{Lang::get('lang.disabled')}}
</div>
</div>
</div>