@if(!empty($result-> text_back_ground))
@endif
@foreach($result->postImage as $image)
{{ $result-> caption}}
@php
$fileName = $image->postFileUrl;
$fileNameParts = explode('.', $fileName);
$ext = end($fileNameParts);
@endphp
@if ($ext == "jpg" || $ext == "png" || $ext == "webp" || $ext == "jpeg")
@else
@endif
@endforeach
{{$comment->user->userName?? ""}} {{$comment->comment}}