@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
教职工号 姓名 课题 授权单位 参与人员 研究目标 开始时间 结束时间 审核状态 操作
{{ $v['staff_no'] }} {{ $v['name'] }} {{ $v['title'] }} {{ date('Y-m-d',$v['object_at']) }} {{ $v['cname'] }} {{ mb_substr($v['intro'], 0, 3) }} {{ configInfo('status')[$v['status']] }}
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif
@section('footer') @endsection @endsection