@extends('layouts.app') @section('title', '文章详情') @section('content')
{{ $parent->description }}
发表时间:{{ $article->created_at }}
{!! $article->content !!}