@push('metadata') @php $mTitle = @$newsDetail['seo_title'] ?? $newsDetail['title']; $mDescrRaw = @$newsDetail['meta_description'] ?? $newsDetail['title']; // Remove HTML & trim to 155 chars $mDescr = mb_substr(strip_tags($mDescrRaw), 0, 155); $faqs = $newsDetail['faq'] ?? '[]'; $mKWords = $newsDetail['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-press-release'); $title = $newsDetail['is_gabbar'] == 1 ? 'Crypto News' : 'Press Release'; $url = $newsDetail['is_gabbar'] == 1 ? 'crypto-news' : 'crypto-press-release'; @endphp
{{ $comment->created_at?->diffForHumans() ?? '' }}
{{ $comment->body_html }}
{{-- ๐ต Reply button --}} {{-- ๐ฉ Reply input box --}} @if($replyParentId === $comment->id){{ $reply->body_html }}
{{ $reply->created_at->diffForHumans() }} โข {{ $reply->user->name ?? 'Guest User' }}Frequently Asked Questions
Explore Our FAQs
Find quick answers to commonly asked questions and understand how things work around here.