Files
SkinbaseNova/resources/views/components/forum/thread/post-card.blade.php

2 lines
120 B
PHP

@include('forum.thread.components.post-card', ['post' => $post, 'thread' => $thread ?? null, 'isOp' => $isOp ?? false])