@extends($active_theme) @section('title')
{{ html_decode($comment->comment) }}
{{ Carbon\Carbon::parse($comment->created_at)->format('F d,Y') }} {{__('user.At')}} {{ Carbon\Carbon::parse($comment->created_at)->format('h:i A') }}
{{ Carbon\Carbon::parse($blog->created_at)->format('d M Y') }}
{{ $subscriber->description }}
{{__('user.Comments All')}}
@foreach ($blog_comments as $comment){{ html_decode($comment->name) }}
{{ '@'.html_decode(strtolower(str_replace(' ', '_', $comment->name))) }}
{{ html_decode($comment->comment) }}
{{ Carbon\Carbon::parse($comment->created_at)->format('F d,Y') }} {{__('user.At')}} {{ Carbon\Carbon::parse($comment->created_at)->format('h:i A') }}