@extends('layouts.app') @section('title', $parent->title) @section('content') @include('category.navigation')
@include('category.left')
{{ getOneCategory(60,'title') }}
更多>>
@if (getArticlesBYCate(60,1)->isNotEmpty()) @foreach (getArticlesBYCate(60,1) as $info)
@endforeach @endif
    @if (getArticlesBYCate(60,3)->isNotEmpty()) @foreach (getArticlesBYCate(60,3) as $info)
  • {{ $info->title }}
    @if(!in_array($info->id,config('article.no_time')))
    {{ $info->created_at->format('Y年m月d') }}
    @endif
  • @endforeach @endif
{{ getOneCategory(61,'title') }}
更多>>
@if (getArticlesBYCate(61,1)->isNotEmpty()) @foreach (getArticlesBYCate(61,1) as $info)
@endforeach @endif
    @if (getArticlesBYCate(61,3)->isNotEmpty()) @foreach (getArticlesBYCate(61,3) as $info)
  • {{ $info->title }}
    {{ $info->created_at->format('Y年m月d') }}
  • @endforeach @endif
{{ getOneCategory(62,'title') }}
更多>>
{{ getOneCategory(62,'title') }}
@endsection