@extends('layouts.crm') @section('title')奖励信息@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工信息', 'href' => ''], ['name' => '奖惩信息', 'href' => ''], ] /* --}} @endsection @section('body')
奖励信息 处罚信息
@if(hasPower('worker::addReward'))
@endif @if(count($info))
@foreach($info as $k=>$v) @endforeach
工号 姓名 获奖日期 奖励名称 等第名次 填发单位 奖励原因 操作
{{ $v['staff_no'] }} {{ $v['name'] }} {{ date('Y-m-d', $v['reward_at']) }} {{ $v['reward_title'] }} {{ $v['section'] }} {{ $v['company'] }} {{ $v['reason'] }} @if(hasPower('worker::editReward')) @endif @if(hasPower('worker::delReward')) @endif
@endif @section('footer') @endsection @endsection