@extends('layout') @section('title')
{{ $blog->admin->name }} {{ $blog->total_comment }} {{__('user.Comments')}} {{ $blog->views }} {{__('user.Views')}}
{{ $blog->translated_short_description }}
{!! clean($blog->translated_description) !!} @if ($blog_comment_setting->comment_type==1)
{{ $blog->total_comment }} {{__('user.Comments')}}
@foreach ($blogComments as $item){{ $item->name }}
{{ $item->created_at->format('d M Y') }}{{ $item->comment }}
{{__('user.Submit Comment')}}