@extends('layouts.crm') @section('title')教学反思@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教学技能', 'href' => '/skill/addProgram'], ['name' => '教学反思', 'href' => '/skill/addReflection'], ] /* --}} @endsection @section('body')
@if(count($reflectionList->all())) @foreach($reflectionList as $k=>$v) @endforeach @else @endif
教职工号 姓名 创建日期 主题 事件 反思内容 操作
{{$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
暂无数据
@if(count($reflectionList->all()))
{!! $reflectionList->links() !!}
@endif
@section('footer') @endsection @endsection