@extends('layouts.crm') @section('title')被评价人设置@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工考评', 'href' => ''], ['name' => '被评价人设置', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info)) @foreach($info as $k=>$v)
{{ $v['title'] }}
@endforeach @endif
@if(count($info)) @if(count($dept)) @foreach($dept as $k=>$v)
{{ getDeptArea($v['pid']).$v['name'] }}
@foreach($v['dept'] as $k1=>$v1)
{{ $v1['user_name'] }}
@endforeach
@endforeach
@endif @endif @section('footer') @endsection @endsection