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

{{ $data['badge'] }}

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

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

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

{{ $data['subtitle'] }}

@endif
@if(!empty($data['primary_button_text'])) {{ $data['primary_button_text'] }} @endif @if(!empty($data['secondary_button_text'])) {{ $data['secondary_button_text'] }} @endif
@if(!empty($data['hero_image']))
hero
@endif