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

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

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

@if(!empty($section->sub_content))
@foreach ($section->sub_content as $item)
@lang(@$item->title)

@lang(@$item->details)

@endforeach
@endif
about