@extends('layouts.crm') @section('title')教学经验@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教学技能', 'href' => '/skill/addProgram'], ['name' => '教学经验', 'href' => '/skill/addExperience'], ] /* --}} @endsection @section('body')
教职工号 | 姓名 | 创建日期 | 教学经验 | 操作 | |
---|---|---|---|---|---|
{{$v['staff_no']}} | {{$v['name']}} | 1970-01-01 | {{$v['experience']}} | @if(hasPower('skill::editPractice')) @if($user_id == $v['user_id']) @endif @endif | |