{{-- resources/views/customer/agency/sections/about.blade.php --}}
@if($section->subtitle)
{{ $section->subtitle }}
@endif @if($section->title)

{{ $section->title }}

@endif @if($section->content)
{!! nl2br(e($section->content)) !!}
@endif @if($section->getConfig('features'))
    @foreach($section->getConfig('features') as $index => $feature)
  • {{ $feature }}
  • @endforeach
@endif @if($section->getConfig('button_text')) {{ $section->getConfig('button_text') }} @endif
@if($section->getConfig('image'))
{{ $section->title }}
{{ $section->getConfig('badge_number') ?? '100%' }}
{{ $section->getConfig('badge_label') ?? 'Güvenilir' }}
@endif