@props(['data' => []]) @php $imgPath = $data['path'] ?? $data['url'] ?? ''; if (is_array($imgPath)) { $imgPath = $imgPath[0] ?? ''; } $imgSrc = $imgPath && !str_starts_with($imgPath, 'http') ? Storage::disk('public')->url($imgPath) : $imgPath; @endphp
{{ $data['alt'] ?? '' }} @if(!empty($data['caption']))
{{ $data['caption'] }}
@endif