@extends('backend.layouts.master') @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

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--')) !!}
{{ Form::close() }}
@include('backend.system.users.ajax') @include('backend.system.users._form')
@endsection @section('script') @include('backend.layouts.script') @endsection