@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} @if(Helper::checkAccess('department_add')) @endif

{{ __('lbl.department') }} {{ __('lbl.status') }} {{ __('lbl.action') }}
{{Form::hidden('departmentIndex',route('department'),['id'=>'departmentIndex'])}} @endsection @section('pagescript') {!! Helper::datatablelib('department/list.js') !!} @stop