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

{{ $article->post->title }}

{!! nl2br($article->post->excerpt) !!}

@if($article->image) @endif {!! $article->post->content !!}
@endsection