@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