@if (!empty($image['title']))
{{ $image['title'] }}
@endif
@if (!empty($image['subtitle']))
{{ $image['subtitle'] }}
@endif
@if (!empty($image['button_text']))
@if (!empty($image['button_link']['link']) && $image['button_link']['link'] !== 'javascript:void(0)')
{{ $image['button_text'] }}
@else
{{ $image['button_text'] }}
@endif
@endif