@if (!empty($section_data['video']))
@elseif (isset($section_data["image"]))
{{ $section_data['image']['alt'] ?? config('app.name') }}
@endif {{-- Overlay --}}
{{-- Content --}}

{{ $section_data['title'] ?? '' }}

@if(!empty($section_data['subtitle']))

{{ $section_data['subtitle'] }}

@endif @if(!empty($section_data['location']))

{{ $section_data['location'] }}

@endif