@extends('front.layout.template') @section('title', $article->title . ' - Nona88') @section('content')
{{ $article->created_at->format('d-M-Y') }}

{{ $article->title }}

{!! $article->desc !!}

@endsection