@if ($addEmployeePermission == 'all')
@lang('app.add')
@lang('app.employee')
@lang('app.invite') @lang('app.employee')
@endif
@if ($addDesignationPermission == 'all' || $addDesignationPermission == 'added')
@if ($viewDesignationPermission == 'all')
@lang('app.add') @lang('app.designation')
@endif
@endif
@if ($addDepartmentPermission == 'all' || $addDepartmentPermission == 'added')
@lang('app.add') @lang('app.department')
@endif
@if ($addEmployeePermission == 'all')
@lang('app.importExcel')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}