@extends('layouts.user.layout') @section('title')
{{ $blog->admin->name }} {{ $blog->comments->where('status',1)->count() }} {{ $websiteLang->where('lang_key','comments')->first()->custom_text }} {{ $blog->view }} {{ $websiteLang->where('lang_key','views')->first()->custom_text }}
{{ $blog->short_description }}
{!! clean($blog->description) !!} @if ($commentSetting->comment_type==1)
{{ $blog->comments->where('status',1)->count() }} {{ $websiteLang->where('lang_key','comments')->first()->custom_text }}
@foreach ($blogComments as $item){{ $item->name }}
{{ $item->created_at->format('d M Y') }}{{ $item->comment }}
{{ $websiteLang->where('lang_key','submit_comment')->first()->custom_text }}