@php $style = $block->content['style'] ?? 'contained'; $styleClass = match($style) { 'full' => 'w-full', 'float-left' => 'float-left mr-6 mb-4 w-1/2', 'float-right' => 'float-right ml-6 mb-4 w-1/2', default => 'mx-auto max-w-2xl', }; @endphp
{{ $block->content['alt'] ?? '' }} @if(!empty($block->content['caption']))
{{ $block->content['caption'] }}
@endif