{{-- resources/views/customer/agency/sections/cta.blade.php --}}
@if($section->getConfig('icon'))
@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
@if($section->getConfig('show_stats', true))
{{ $section->getConfig('stat1_value', '500+') }}
{{ $section->getConfig('stat1_label', 'Mutlu Müşteri') }}
{{ $section->getConfig('stat2_value', '50+') }}
{{ $section->getConfig('stat2_label', 'Tur Rotası') }}
{{ $section->getConfig('stat3_value', '20+') }}
{{ $section->getConfig('stat3_label', 'Yıllık Tecrübe') }}
@endif