@extends('frontend.layouts.master2') @section('meta') {{-- --}} {{-- --}} @endsection @section('title') {{$post->title}} @endsection @section('main-content') @include('frontend.layouts.notification')

{{$post->title}}

Home {{$post->title}}
{{--
@include('frontend.pages.comment', ['comments' => $post->comments??[], 'post_id' => $post->id, 'depth' => 3])

Leave a Comment

Your email address will not be published. Required fields are marked *
@csrf
--}}
@endsection @push('styles') @endpush @push('scripts') @endpush