@extends("layouts.app",['title'=>$post->gen_seo_title()]) @section('blog-custom-css') @endsection @section("content") @if(config("binshopsblog.reading_progress_bar"))
@endif {{--https://github.com/binshops/laravel-blog--}}
@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