@extends('layouts.app') @section('title', $post->title) @section('content')
{{ $board->name }}
{{ $comment->content }}
{{ $reply->content }}
@if($reply->user_id === auth()->id() || auth()->user()->hasRole(['admin', 'super-admin']))아직 댓글이 없습니다.
첫 번째 댓글을 작성해보세요!