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