@if(!empty($section->title))
{{ $section->title }}
@endif @if(!empty($section->subtitle))
{{ $section->subtitle }}
@endif @if(!empty($section->content))
{!! $section->content !!}
@endif @if(!empty($section->buttonText)) @endif