";
// Optionally, remove the image tag from content
$img->parentNode->removeChild($img);
}
// Get the remaining content without images
$modifiedContent = $dom->saveHTML();
@endphp
{{-- Display the modified content --}}
{!! $modifiedContent !!}
{{-- Display the download links --}}
@foreach ($imageLinks as $link)
{!! $link !!}
@endforeach
{{$hval['username']}}
Updated {{ \App\Helpers\TimeHelper::getRelativeTime($hval['created_at']) }}