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