update 1.0.7

This commit is contained in:
Sujit Prasad
2016-04-19 19:19:42 +05:30
parent 723ef47e19
commit 5327b0c0da
153 changed files with 20711 additions and 1727 deletions

View File

@@ -1,7 +1,7 @@
@extends('themes.default1.admin.layout.admin')
@section('Staffs')
class="active"
active
@stop
@section('staffs-bar')
@@ -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.active')}}
</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.inactive')}}
</div>
</div>
</div>