@extends('layouts.app')
@section('title', '')
@section('content')
{{ $category->title }}
News information
@foreach($articles as $article)
- cover)) class="displaynone" @endif>
{{ $article->created_at->format('Y-m-d') }}
{{ $article->description }}
了解更多
@endforeach
{{ $articles->links() }}
@endsection