@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{ lang('Department', 'menu') }}

@can('Department Create') {{ lang('Add Department') }} @endcan
@can('Department Delete') @endcan @can('Department Delete') @endcan @cannot('Department Delete') @endcannot

loading.. Please Wait

{{ lang('Sl.No') }} {{ lang('Department name') }} {{ lang('Status') }} {{ lang('Actions') }}
@endsection @section('scripts') {{-- @include('includes.admin.datatable') --}} @endsection @section('modal') @include('admin.department.model') @endsection