@foreach ($images as $item)
request_id ? 'data-request-id=' . $item->request_id : '' }} >
@if ($item->output_url) {{ $item->prompt ? \Illuminate\Support\Str::limit($item->prompt, 40) : $item->title }}
@endif
{{ $item->title }}
@endforeach