@props([ 'items' => null, ]) @if ($items)
@foreach ($items as $item)
{{ $item['alt_text'] }}
@endforeach
@endif