@if (Str::length($comment[0]->body) > 300)
id }}>
show more
@else
{{ $comment[0]->body }}
@endif
@if ($comment_attachment->count() > 0)
@foreach ($comment_attachment as $key=>$attachment)
@endforeach
@endif
@if (auth()->id() == $comment[0]->user_id || auth()->user()->hasRole('ROLE_TEACHER') || auth()->user()->hasRole('ROLE_ADMIN'))
@endif