@extends('layouts.crm') @section('title')教学计划@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教学技能', 'href' => '/skill/addProgram'], ['name' => '教学计划', 'href' => '/skill/addProgram'], ] /* --}} @endsection @section('body')
@if(count($planList->all())) @foreach($planList as $k=>$v) @endforeach @else @endif
教职工号 姓名 创建日期 教学计划 教学目标 操作
{{$v['staff_no']}} {{$v['name']}} 1970-01-01 {{$v['teach_plan']}} {{ str_limit($v['teach_goals'], 120, '... ... ') }} @if(hasPower('skill::editProgram')) @if($user_id == $v['user_id']) @endif @endif
暂无数据
@if(count($planList->all()))
{!! $planList->links() !!}
@endif
@section('footer') @endsection @endsection