@extends('layouts.app') @section('title', $parent->title) @section('content') @include('category.navigation')
@include('category.left')
{{ getOneArticleBYCate(1,'title') }}
{{ getOneArticleBYCate(1,'description') }}
更多院所简介 +
{{ getOneCategory(10,'title') }}
@if (getArticlesBYCate(10,6)->isNotEmpty()) @foreach (getArticlesBYCate(10,6) as $info)
{{ $info->title }}
{{ $info->remark }}
{{ $info->description }}
@endforeach @endif
{{ getOneCategory(11,'title') }}
{{ getOneCategory(12,'title') }}
@if (getArticlesBYCate(12,6)->isNotEmpty()) @foreach (getArticlesBYCate(12,6) as $info)
{{ $info->title }}
{{ $info->description }}
@endforeach @endif
{{ getOneCategory(13,'title') }}
    {!! getOneCategory(13,'description_html') !!}
@if (getArticlesBYCate(13,6)->isNotEmpty()) @foreach (getArticlesBYCate(13,6) as $info)
iteration%2==1) class="briefHistoy-yellow" @else class="briefHistoy-red" @endif data-href="{{ $info->link }}" > {{ $info->title }}
@endforeach @endif
四十年所庆
四十周年所庆宣传片
@if (getAdvertsByCate(16,10)->isNotEmpty())
四十周年所庆纪念册
@foreach (getAdvertsByCate(16,10) as $info)
{{ $info->title }}
查看详情
@endforeach
@endif
@endsection @push('script') @endpush