@extends('layouts.app') @section('title', $article->title) @section('content')

{{ $article->title }}

{{ $article->created_at }}

{{-- --}} {!! $article->content !!}
@if ($next)
下一篇:{{ $next->title }}
@endif
@endsection