@extends('layouts.app') @section('title', '文章详情') @section('content')
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{ $category->title }}--}} {{--
--}} {{--
--}}
{{ $article->title }}
{{ $article->created_at }}
{!! $article->content !!}
{{--
--}}
@endsection