@extends('newBase', [ 'scripts' => [ 'sortableDepartmentsTree' ] ]) @section('title', 'index') @section('content')
{{empty($name) ? '组织架构' : $name}}
{{!empty($name) ? $name : '组织架构'}}
@if($departmentJson) @else @endif @if(!empty($ID)) @endif
{{__('Department Staff')}}
{{__('Add department employee')}}
{{__('Name')}} {{__('Phone')}} {{__('Department')}} {{__('Account Status')}} {{__('Operations')}}
@include('common.confirmation') @include('common.notification') @endsection