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

{{ $article->title }}

{{ $article->published_at?->format('M d, Y') }}

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