@php $classes = ''; if ($data['stretched']) { $classes .= ' image--stretched'; } if ($data['withBorder']) { $classes .= ' image--bordered'; } if ($data['withBackground']) { $classes .= ' image--backgrounded'; } @endphp
{{ $data['caption'] ?: '' }} @if (!empty($data['caption'])) @endif