@extends('layouts.app') @section('title', $category->title) @section('content')
@include('layouts.navigation',['category'=>$category])
正高: @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
@endsection