@extends('layouts.app') @section('title', $category->title) @section('content')
@include('layouts.navigation',['category'=>$category])
{{ getOneCategory(29,'title') }}
正高: @if (getArticlesBYCate(64,16)->isNotEmpty()) @foreach (getArticlesBYCate(64,100) as $article)

{{ $article->title }}

@endforeach @endif
副高: @if (getArticlesBYCate(65,16)->isNotEmpty()) @foreach (getArticlesBYCate(65,100) as $article)

{{ $article->title }}

@endforeach @endif
@if(getAllTalent()->isNotEmpty()) @if(getAllTalent(69)->isNotEmpty())
{{ getOneCategory(69,'title') }}
@foreach(getAllTalent(69) as $talent)

梯队名称: {{ $talent->title }}

带头人: {{ $talent->leader }}

后备带头人: {{ $talent->unleader }}

梯队介绍: {{ $talent->description }}

@endforeach @endif @if(getAllTalent(68)->isNotEmpty())
{{ getOneCategory(68,'title') }}
@foreach(getAllTalent(68) as $talent)

学科名称: {{ $talent->title }}

带头人: {{ $talent->leader }}

后备带头人: {{ $talent->unleader }}

学科介绍: {{ $talent->description }}

@endforeach @endif @endif
@endsection