@extends( 'newBase' ) @section('title', 'Departments') @section('content')
员工信息
姓名:
{{$staff->userName ?? ''}}
电话:
{{$staff->phone ?? ''}}
邮箱:
{{$staff->email ?? ''}}
部门:
@foreach($departments as $departmentName) {{$departmentName}}
@endforeach
客户数量:
信息筛选
{{ __('Clear All Filters') }}
批量修改文书/客户经理/销售
取消
{{__('name')}} {{__('Phone')}} {{$clerkType['3']}} {{$clerkType['9']}} 申请文书三 申请文书四 申请文书五 申请文书六 {{$clerkType['5']}} {{$clerkType['6']}} {{$clerkType['7']}} {{$clerkType['8']}} {{__('Consultant')}}一 客户经理二 客户经理三 客户经理四 客户经理五 客户经理六 {{__('Sales')}} {{__('Number of Orders')}} {{__('Number of Courses')}} {{__('Operations')}}
@include("common.mass_userList_status_update",[ 'newAdministrators' => $administrators, 'newSales' => $sales, 'newConsultants' => $consultants, 'dataTableId' =>'allocationsTable' ]) @include('common.confirmation') @include('common.notification') @endsection