@extends('site.layouts.app') @section('content')
{{ $article->title }}

{{ $article->title }}

{!! nl2br(e($article->content)) !!}
@endsection