@lang('about image')
@lang(@$about['single']['title'])

@lang(@$about['single']['sub_title'])

@forelse(@$about['multiple'] as $item)
@lang('about image')
@lang(@$item['title'])

@lang(@$item['short_description'])

@empty @endforelse