@php $channel = core()->getCurrentChannel(); @endphp {{-- SEO Meta Content --}} @push ('meta') @endPush {{-- Page Title --}} {{ $blog->meta_title ?? ( $blog_seo_meta_title ?? ( $channel->home_seo['meta_title'] ?? '' ) ) }} @push ('styles') @include ('blog::custom-css.custom-css') @endpush

{{ $blog->name }}

{{ $blog->name }}

{{ $blog->name }}

{!! $blog->description !!}
@if( (int)$enable_comment == 1 )
@if( (int)$blog->allow_comments == 1 )

Comments ({{ $total_comments_cnt }})

@php $guest_comment_flag = false; if ( $loggedIn_user ) { $guest_comment_flag = true; } else { if ( (int)$allow_guest_comment == 1 ) { $guest_comment_flag = true; } } @endphp @if( $guest_comment_flag )

Leave a comment

@csrf
@else
You must be logged in to comment. Clik here to login.
@endif @if( !empty( $comments ) && count( $comments ) > 0 ) @php $nested_comment_index = 0; @endphp
@include ('blog::shop.comment.list', ['comment_data' => $comments])
@endif
@else
Comments are turned off.
@endif
@endif
@push ('scripts') @endpush