@if (getSingleImage($about_section, 'left_top_image'))
@endif
@if (getSingleImage($about_section, 'left_bottom_image'))
@endif
@if (getSingleImage($about_section, 'right_top_image'))
@endif
@if (getTranslatedData($about_section, 'sub_title'))
{{ getTranslatedData($about_section, 'sub_title') }}
@endif
@if (getTranslatedData($about_section, 'title'))
@if (getTranslatedData($about_section, 'short_description'))
{{ getTranslatedData($about_section, 'short_description') }}
@endif
@if (getTranslatedData($about_section, 'description'))
{{ getTranslatedData($about_section, 'title') }}
@endif{{ getTranslatedData($about_section, 'description') }}
@endif @if (getTranslatedData($about_section, 'button_text') && getTranslatedData($about_section, 'button_url')) @endif
@if (getTranslatedData($team_section, 'sub_title'))
{{ getTranslatedData($team_section, 'sub_title') }}
@endif
@if (getTranslatedData($team_section, 'title'))
{{ getTranslatedData($team_section, 'title') }}
@endif @if (getTranslatedData($team_section, 'description')){{ getTranslatedData($team_section, 'description') }}
@endif
@foreach ($team_members as $team_member)
@include('frontend::team.team-item', ['team_member' => $team_member])
@endforeach