@extends('layout1') @section('title')
{{ $blog->admin->name }} {{ $blog->comments->where('status', 1)->count() }} {{ __('Comments') }} {{ $blog->views }} {{ __('Views') }}
{{ $comment->comment }}
{{ $popular_blog->created_at->format('d') }} {{ $popular_blog->created_at->format('m') }} {{ $popular_blog->created_at->format('Y') }}
{{ $popular_blog->translation->short_description }}
{{ $blog->comments->where('status', 1)->count() }} {{ __('Comments') }}
@foreach ($blogComments as $comment){{ $comment->name }}
{{ $comment->created_at->format('d M Y') }}{{ $comment->comment }}
{{ __('Submit Comment') }}