@props(['image']) @if($image && $image->original_path)
{{-- Small image for mobile --}} @if(!empty($image->small_path)) @endif {{-- Medium image for tablet --}} @if(!empty($image->medium_path)) @endif {{-- Default/original image --}} {{ $image->alt_text ?? $image->caption ?? $image->title ?? 'Image' }} @if(!empty($image->caption))
{{ $image->caption }}
@endif
@endif