@extends("layouts.app",['title'=>$post->gen_seo_title()]) @section('blog-custom-css') @endsection @section("content") @if(config("binshopsblog.reading_progress_bar"))
@endif {{--https://binshops.binshops.com/laravel/packages/binshopsblog-blog-system-for-your-laravel-app/help-documentation/laravel-blog-package-binshopsblog#guide_to_views--}}
@include("binshopsblog::partials.show_errors") @include("binshopsblog::partials.full_post_details") @if(config("binshopsblog.comments.type_of_comments_to_show","built_in") !== 'disabled')

Comments

@include("binshopsblog::partials.show_comments")
@else {{--Comments are disabled--}} @endif
@endsection @section('blog-custom-js') @endsection