@props(['data' => []])
@if(!empty($data['background_image']))
background
@endif
@if(!empty($data['icon']))
icon
@endif @if(!empty($data['title']))

{!! $data['title'] !!}

@endif @if(!empty($data['subtitle']))

{{ $data['subtitle'] }}

@endif @if(!empty($data['button_text'])) @endif
@if(!empty($data['cta_image']))
cta
@endif