@forelse ($comment_media->media as $key => $media_item) @php $sectionClass = ($loop->count > 1) ? 'sender_images_multi' : 'sender_images'; @endphp
@if($media_item->type == 'video') @elseif ($media_item->type == 'image') @else @endif
@empty @if($comment_media->media_id_old && in_array(pathinfo($comment_media->media_url, PATHINFO_EXTENSION), $imgExtensions)) @else @endif @endforelse