@if($notification)
@if($notification['type'] === 'success') @else @endif

{{ $notification['message'] }}

@endif
@forelse($comments as $comment) @empty
No comments found
@endforelse
@if(!$isAddingParentComment) @else
@endif
@if($showDeleteModal)

Delete Comment

Are you sure you want to delete this comment? This action cannot be undone.

@endif