@php use Modules\Core\Helpers\Helper; @endphp @extends('front::layouts.master') @section('title','E-TECH || Blog Detail page') @section('content')
{!! ($post->quote) !!}
{!! ($post->description) !!}
You need to Login OR {{-- Register for comment.--}}
Comments ({{$post->allComments->count()}})
@include('front::pages.comment', ['comments' => $post->comments, 'post_id' => $post->id, 'depth' => 3])