@extends('layouts.app') @section('title', $category->title) @section('content')
@include('layouts.navigation',['category'=>$category])
{{ getOneCategory(32,'title') }} 更多
@if(getArticlesBYCate(32,8)->isNotEmpty()) @foreach (getArticlesBYCate(32,8) as $article) @if ($loop->first) {{ $article->title }} @endif @endforeach @endif
{{ getOneCategory(33,'title') }} 更多
@if(getArticlesBYCate(33,8)->isNotEmpty()) @foreach (getArticlesBYCate(33,8) as $article) @if ($loop->first) {{ $article->title }} @endif @endforeach @endif
{{ getOneCategory(34,'title') }} 更多
@if(getArticlesBYCate(34,8)->isNotEmpty()) @foreach (getArticlesBYCate(34,8) as $article) @if ($loop->first) {{ $article->title }} @endif @endforeach @endif
{{ getOneCategory(59,'title') }} 更多
@if(getArticlesBYCate(59,8)->isNotEmpty()) @endif
@endsection