@extends('layouts.crm') @section('title')教学实践@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教学技能', 'href' => '/skill/addProgram'], ['name' => '教学实践', 'href' => '/skill/addPractice'], ] /* --}} @endsection @section('body')
@if(count($practiceList->all())) @foreach($practiceList as $k=>$v) @endforeach @else @endif
教职工号 姓名 创建日期 活动名称 地点 内容 心得体验 操作
{{$v['staff_no']}} {{$v['name']}} 1970-01-01 {{$v['activity_name']}} {{$v['activity_site']}} {{$v['activity_content']}} {{$v['active_experience']}} @if(hasPower('skill::editPractice')) @if($user_id == $v['user_id']) @endif @endif
暂无数据
@if(count($practiceList->all()))
{!! $practiceList->links() !!}
@endif
@section('footer') @endsection @endsection