@php $about = getContent('theme_four_about.content',true); $aboutElements = getContent('theme_four_about.element',false,3); @endphp
@lang('shape')
@lang('shape')
{{__(@$about->data_values->top_heading)}}

{{__(@$about->data_values->heading)}}

{{__(@$about->data_values->short_description)}}

@foreach($aboutElements as $item)
@php echo @$item->data_values->icon; @endphp
{{__(@$item->data_values->title)}}

@if(strlen(__(@$item->data_values->content)) >75) {{substr(__(@$item->data_values->content), 0,75).'...' }} @else {{__(@$item->data_values->content)}} @endif

@endforeach
@lang('image')