@push('meta') @endPush {{ ucwords(strtolower($blog->meta_title != '' ? $blog->meta_title : 'Blog Detail')) }} Back {{ ucwords(strtolower($blog->title)) }} {{ \Carbon\Carbon::parse($blog->publish_date)->format('D d M, Y') }} {!! htmlspecialchars_decode($blog->description) !!} FEATURED POSTS @foreach ($featuredBlogs as $featuredBlog) {{ $featuredBlog->category_name }} {{ $featuredBlog->shortDescription }} @endforeach LATEST @foreach ($latestBlogs as $latestBlog) {{ $latestBlog->category_name }} {{ $latestBlog->shortDescription }} @endforeach @pushOnce('scripts') @endPushOnce @pushOnce('scripts') @endPushOnce
{{ \Carbon\Carbon::parse($blog->publish_date)->format('D d M, Y') }}