@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/select2/css/select2.css") !!} {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css")!!} @stop @section('mainarea')
@lang('core.serialNo') | {{trans('core.departmentName')}} | {{trans('core.designations')}} | @if($loggedAdmin->manager!=1){{trans('core.actions')}} | @endif
---|---|---|---|
{{ $index+1 }} | {{ $department->name }} |
|
@if($loggedAdmin->manager!=1)
{{trans('core.btnViewEdit')}} {{trans('core.btnDelete')}} | @endif
@lang('messages.noDeptTable') |