{{-- resources/views/customer/agency/sections/hero.blade.php --}}
@if($section->getConfig('background_image'))
@endif
@if($section->title)

{{ $section->title }}

@endif @if($section->subtitle)

{{ $section->subtitle }}

@endif @if($section->content)

{{ $section->content }}

@endif
@if($section->getConfig('primary_button_text')) {{ $section->getConfig('primary_button_text') }} @endif @if($section->getConfig('secondary_button_text')) {{ $section->getConfig('secondary_button_text') }} @endif