@extends('layouts.app') @section('content')
@include('category.left')
{{ getOneCategory(15,'title') }}
{{ getOneArticleBYCate(15,'title') }}
{{ getOneArticleBYCate(15,'description') }}
查看更多>
{{ getOneCategory(14,'title') }}
查看更多>>
    @if (getArticlesBYCate(14,3)->isNotEmpty()) @foreach (getArticlesBYCate(14,3) as $article)
  • {{ $article->title }}{{ $article->description }}
    {{ $article->tenure }}
    职务:{{ $article->duty }} 职称:{{ $article->rank }}
  • @endforeach @endif
{{ getOneCategory(13,'title') }}
@if (getCateChild(13)->isNotEmpty()) @foreach (getCateChild(13) as $cate) @endforeach @endif
@endsection