{{-- Saved Comments --}} @foreach ($savedComments as $comment)
{!! $comment->comment !!}
{{-- Save --}} @if (auth()->id() !== $comment->user->id) @endif
@endforeach @if ($totalRecords != 0) @if ($savedComments->hasMorePages())
@endif @else

{{ __('You don\'t have any saved comments') }}

@endif