@php
$record = $getRecord();
$imageUrls = $record?->additional_image_urls ?? [];
$previewLabel = __('panels.requests.preview_image');
@endphp
@foreach(array_slice($imageUrls, 0, 5) as $imageUrl)
@endforeach
@if(count($imageUrls) > 5)
+{{ count($imageUrls) - 5 }}
@endif
{{-- Preview modal (same structure as gallery column) --}}