@extends('layout') @section('title')
{{ $blog->author->about_me }}
{{ $blog_comment->created_at->format('d M Y') }}
{{ html_decode($blog_comment->comment) }}
{{ $blog_comments->count() }} {{__('admin.Comments')}}
@foreach ($blog_comments as $blog_comment){{ html_decode($blog_comment->name) }}
{{ $blog_comment->created_at->format('d M Y') }}
{{ html_decode($blog_comment->comment) }}