@extends('frontend.layouts.default-blog') @section('content') {{$blog->title}} {{\Carbon\Carbon::parse($blog->created_at)->format('F d, Y')}} • By {{$blog->author}} {!! $blog->description !!} @if(count($popular)>0) Popular Blogs @foreach($popular as $populr) {{$populr->title}} @endforeach @endif @push('inner-scripts') @endpush @endsection
{{\Carbon\Carbon::parse($blog->created_at)->format('F d, Y')}} • By {{$blog->author}}