@if(!empty($section->sub_content)) @foreach($section->sub_content as $key => $item) @if ($key < 5)
{{__(@$item->question)}}

{{__(@$item->answer)}}

@endif @endforeach @endif
@lang(@$section->content->title)

@lang(@$section->content->heading)

@lang(@$section->content->sub_heading)