index()
index()
edit(\App\Models\Comment $comment)
| \App\Models\Comment | $comment |
reply(\App\Http\Requests\CommentRequest $request, \App\Models\Comment $comment)
| \App\Http\Requests\CommentRequest | $request | |
| \App\Models\Comment | $comment |
state(\App\Models\Comment $comment)
| \App\Models\Comment | $comment |
destroy(\App\Models\Comment $comment)
| \App\Models\Comment | $comment |