@extends('layouts.app') @section('title', $parent->title) @section('content') @include('category.navigation')
@include('category.left')
{{ getOneCategory(17,'title') }}
    @if (getArticlesBYCate(17,3)->isNotEmpty()) @foreach (getArticlesBYCate(17,3) as $info)
  • {{ $info->created_at->format('d') }} {{ $info->created_at->format('Y年m月') }}
    {{ $info->title }}
    {{ $info->description }}
  • @endforeach @endif
{{ getOneCategory(18,'title') }}
@if (getArticlesBYCate(18,10)->isNotEmpty()) @foreach (getArticlesBYCate(18,10) as $info) @if($loop->iteration==1)
{{ $info->title }}
{{ $info->description }}
@endif @endforeach @endif
@if (getArticlesBYCate(18,10)->isNotEmpty()) @foreach (getArticlesBYCate(18,10) as $info) @if($loop->iteration>1 && $loop->iteration<6)
{{ $info->title }}
{{ $info->description }}
@endif @endforeach @endif
@if (getArticlesBYCate(18,10)->isNotEmpty()) @foreach (getArticlesBYCate(18,0) as $info) @if($loop->iteration==6)
{{ $info->title }}
{{ $info->description }}
@endif @endforeach @endif
@if (getArticlesBYCate(18,10)->isNotEmpty()) @foreach (getArticlesBYCate(18,10) as $info) @if($loop->iteration>6 && $loop->iteration<=10)
{{ $info->title }}
{{ $info->description }}
@endif @endforeach @endif
{{ getOneCategory(19,'title') }}
@if(getCateChild(19)->isNotEmpty()) @foreach(getCateChild(19) as $cate)
{{ $cate->title }} {{ $cate->alias }}
MORE+
@endforeach @endif
{{ getOneCategory(26,'title') }}
概况
{{ getOneCategory(26,'description') }}
了解更多
动态
@if (getArticlesBYCate(26,1)->isNotEmpty()) @foreach (getArticlesBYCate(26,1) as $info) @if($loop->iteration==1)
{{ $info->title }}
{{ $info->description }}
@endif @endforeach @endif
    @if (getArticlesBYCate(26,7)->isNotEmpty()) @foreach (getArticlesBYCate(26,7) as $info)
  • {{ $info->title }}
    {{ $info->created_at->format('Y-m-d')}}
  • @endforeach @endif
{{ getOneCategory(27,'title') }}
查看更多  >
@if (getArticlesBYCate(27,4)->isNotEmpty()) @foreach (getArticlesBYCate(27,4) as $info)
{{ $info->title }}
{{ $info->created_at->format('Y-m-d') }}
@endforeach @endif
{{ getOneCategory(28,'title') }}
{{ getOneCategory(29,'title') }}
查看更多>>
@if(getVideoByCate(29)) @endif
{{ getVideoByCate(29,'title') }}
{{ getOneCategory(30,'title') }}
    @if (getArticlesBYCate(30,2)->isNotEmpty()) @foreach (getArticlesBYCate(30,2) as $info)
  • {{ $info->title }}
  • @endforeach @endif
查看更多>
@endsection