@extends('layouts.app') @section('title', '首页') @section('css') @endsection @section('content')
更多+
@if (getArticlesBYCate(66,7)->isNotEmpty())
@foreach (getArticlesBYCate(66,5) as $info)
{{ $info->title }}
@endforeach
    @foreach (getArticlesBYCate(66,7) as $info)
  • {{ $info->title }}{{ $info->created_at->toDateString() }}
    {{ $info->description }}
  • @endforeach
@endif
@if (getArticlesBYCate(67,7)->isNotEmpty())
@foreach (getArticlesBYCate(67,5) as $info)
{{ $info->title }}
@endforeach
    @foreach (getArticlesBYCate(67,7) as $info)
  • {{ $info->title }}{{ $info->created_at->toDateString() }}
    {{ $info->description }}
  • @endforeach
@endif
{{ getOneCategory(17,'title') }}
{{ getOneCategory(26,'title') }}
{{ getOneCategory(6,'title') }}
{{--科学研究与特色品牌建设--}}
更多+
@if (getArticlesBYCate(18,10)->isNotEmpty()) @foreach (getArticlesBYCate(18,10) as $info)
{{ $info->title }}
@endforeach @endif
{{--省级领军人才梯队--}}
@if (getArticlesBYCate(31,3)->isNotEmpty()) @foreach (getArticlesBYCate(31,3) as $info)
{{ $info->title }}
{{ $info->description }}
@endforeach @endif
{{--院级重点学科--}}
@if (getArticlesBYCate(32,3)->isNotEmpty()) @foreach (getArticlesBYCate(32,3) as $info)
{{ $info->title }}
{{ $info->description }}
@endforeach @endif
@if(getCateChild(5,3)->isNotEmpty()) @foreach(getCateChild(5,3) as $cate)
{{ $cate->title }}
    @if (getArticlesBYCate($cate->id,3)->isNotEmpty()) @foreach (getArticlesBYCate($cate->id,3) as $info)
  • {{ $info->title }}
  • @endforeach @endif
查看更多
@endforeach @endif
@if (getArticlesBYCate(43,3,1)->isNotEmpty()) @foreach (getArticlesBYCate(43,3,1) as $info)
{{ $info->title }}
@endforeach @endif
@if (getArticlesBYCate(43,14)->isNotEmpty()) @foreach (getArticlesBYCate(43,14) as $info)
{{ $info->title }}
@endforeach @endif
查看更多 >>
{{--人才队伍--}}
更多+
@if(getCateChild(42)->isNotEmpty()) @foreach(getCateChild(42) as $cate)
{{ $cate->title }}
@endforeach @endif
{{--政府决策服务--}}
    @if (getArticlesBYCate(27,5)->isNotEmpty()) @foreach (getArticlesBYCate(27,5) as $info)
  • {{ $info->title }}
  • @endforeach @endif
@if(getCateChild(73)) @foreach(getCateChild(73) as $cate)
url && $cate->type=='link') data-href="{{ $cate->url }}" @endif />
{{ $cate->title }}
@endforeach @endif
@endsection @push('script') @endpush