@extends('layouts.app') @section('content')
{{ $article->title }}
{{ $article->category->title }} {{ $article->clicks }}游览 {{ $article->created_at }}
{{ $article->description }}
{!! $article->content !!}
相关推荐
@endsection('content')