创建视图
1.
<title>{{ config('blog.title') }}</title> <link href="{{ asset('css/app.css') }}" rel="stylesheet">
2.
<a href="{{ route('blog.detail', ['slug' => $post->slug]) }}">{{ $post->title }}</a>
<button class="btn btn-primary" onclick="history.go(-1)">
« Back
</button>
3.
{!! nl2br(e($post->content)) !!}
<hr>

浙公网安备 33010602011771号