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