@extends('admin.layouts.master2') @section('content')

Reply Complain

{{ $post->title }}

{{ $post->body }}


Replies

@include('complain.posts.partials.commentsDisplay', ['comments' => $post->comments, 'post_id' => $post->id])

Add reply

@csrf
@endsection