@extends('layouts.frontend') @section('content')

{{$article->title}}

{{date_format($article->created_at,'d M Y')}}

{!!$article->content!!}

Leave a Reply

@csrf

LATEST ARTICLES

@endsection