@extends('layouts.app') @section('title','News') @section('meta') @endsection @section('header') @include('front.partials.header') @endsection @section('content')
Posted by {{$blogPost->user->name}} on {{ \Carbon\Carbon::parse($blogPost->created_at)->isoFormat(' Do MMMM YYYY')}}