پرسش های من

@forelse($comments as $comment)
@foreach($comment->coueses as $course)

{{$course->name}}

@endforeach
{{ $comment->body }} @foreach($comment->childs->where('status' , '1') as $child)
{{ $child->body }}
@endforeach
{{jdate($comment->created_at)}}
@empty تا کنون پرسشی نداشته اید @endforelse