@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ \Carbon\Carbon::parse($blog->created_at)->diffForHumans() }}
{{ $comment->Comment }}
{{ $reply->Comment }}
{{ $comment->Name }}
{{ \Carbon\Carbon::parse($comment->created_at)->format('d M Y') . ' at ' . \Carbon\Carbon::parse($comment->created_at)->format('H:i') }} |{{ $comment->Comment }}
{{ $reply->Name }}
{{ \Carbon\Carbon::parse($reply->created_at)->format('d M Y') . ' at ' . \Carbon\Carbon::parse($reply->created_at)->format('H:i') }} |{{ $reply->Comment }}