@extends('frontend.layouts.master') @section('title','E-TECH || Blog Detail page') @section('main-content')
{!! ($post->quote) !!}
{!! ($post->description) !!}
You need to Login OR Register for comment.
Comments ({{$post->allComments->count()}})
@include('frontend.pages.comment', ['comments' => $post->comments, 'post_id' => $post->id, 'depth' => 3])