@extends('layouts.crm') @section('title')处罚信息@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工信息', 'href' => ''], ['name' => '奖惩信息', 'href' => ''], ] /* --}} @endsection @section('body')
奖励信息 处罚信息
@if(hasPower('worker::addPunish'))
@endif @if(count($info))
@foreach($info as $k=>$v) @endforeach
工号 姓名 处罚日期 处罚名称 处罚原因 操作
{{ $v['staff_no'] }} {{ $v['name'] }} {{ date('Y/m/d', $v['punish_at']) }} {{ $v['punish_title'] }} {{ mb_substr($v['reason'], 0, 3) }} @if(hasPower('worker::editPunish')) @endif @if(hasPower('worker::delPunish')) @endif
@endif @section('footer') @endsection @endsection