@extends('layout.app') @section('content')

{{$title}}


{!! Form::select('department_id',$department, null, array('class' => 'form-control department_id','placeholder'=>'--Tất cả phòng ban--')) !!}
@include('role.ajax')
@endsection @section('_script') @endsection