@extends('layouts.crm') @section('title')开课记录@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '科研探究', 'href' => ''], ['name' => '开课记录', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info->all())) @foreach($info as $k=>$v) @endforeach @else @endif
教职工号 姓名 课程名称 开课日期 开课年级 课程简介 审核状态 操作
@if($v['status'] != 1) @endif {{ $v['staff_no'] }} {{ $v['name'] }} {{ $v['title'] }} {{ date('Y-m-d',$v['object_at']) }} {{ $v['cname'] }} {{ mb_substr($v['intro'], 0, 3) }} {{ configInfo('status')[$v['status']] }} @if(hasPower('research::editRecord')) @if($user_id == $v['user_id'] && in_array($v['status'], [2,3])) @endif @endif
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif @section('footer') @endsection @endsection