@php use Modules\Blog\App\Models\Blog; @endphp @extends('frontend.templates.main_demo_layout') @section('title')
{!! clean($blog->translate?->description) !!}
{{ html_decode($blog_comment->comment) }}
{{ __('translate.Comments:') }}
@foreach ($blog_comments as $blog_comment)-
@endforeach
{{ html_decode($blog_comment->comment) }}
{{ html_decode($blog_comment->name) }} {{ $blog_comment->created_at->format('d M Y') }}