{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}
{{ Form::close() }}
10.1 Danh sách nhân viên (TK: {{$docs->total()}})
{!! Form::select('department_id', $role, null, array('id'=>'department_id','class' => 'form-control square','placeholder'=>'--Chức vụ--')) !!}
{!! Form::select('is_leader', $isLeader, null, array('id'=>'is_leader','class' => 'form-control square ','placeholder'=>'--Chọn trưởng nhóm--')) !!}
@include('backend.system.users.ajax')
@include('backend.system.users._form')