@extends('layouts.crm') @section('title')教学反思@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教学技能', 'href' => '/skill/addProgram'], ['name' => '教学反思', 'href' => '/skill/addReflection'], ] /* --}} @endsection @section('body')
教职工号 | 姓名 | 创建日期 | 主题 | 事件 | 反思内容 | 操作 | |
---|---|---|---|---|---|---|---|
{{$v['staff_no']}} | {{$v['name']}} | 1970-01-01 | {{$v['theme']}} | {{$v['event']}} | {{str_limit($v['content'])}} | @if(hasPower('skill::editReflection')) @if($user_id == $v['user_id']) @endif @endif | |