@extends('layouts.crm') @section('title')论文著作@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '科研探究', 'href' => ''], ['name' => '论文著作', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info->all())) @foreach($info as $k=>$v) @endforeach @else @endif
教职工号 姓名 论文名称 发表单位 发表日期 内容摘要 备注 审核状态 操作
@if($v['status'] != 1) @endif {{ $v['staff_no'] }} {{ $v['name'] }} {{ $v['title'] }} {{ $v['company'] }} {{ date('Y-m-d',$v['publish_at']) }} {{ mb_substr($v['content'], 0, 3) }} {{ mb_substr($v['remark'], 0, 3) }} {{ configInfo('status')[$v['status']] }} @if(hasPower('research::editPaper')) @if($user_id == $v['user_id'] && in_array($v['status'], [2,3])) @endif @endif
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif @section('footer') @endsection @endsection