@extends('admin.layouts.master') @section('css') @endsection @section('content')

{{ $post->title }}

{{ $post->body }}


Display Comments
@include('complain.posts.partials.replies', ['comments' => $post->comments, 'post_id' => $post->id])
Leave a comment
@csrf
@endsection