@extends('master_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('new-layout')

{{ __($pageTitle) }}

@php $currentLang = session()->get('front_lang'); $aboutUsContent = getContent('it_solutions_about_us.content', true); $agencyFeatureSection = getContent('digital_agency_feature_section.content', true); $counterContent = getContent('about_us_counter_section.content', true); @endphp

{{ getTranslatedValue($aboutUsContent, 'heading', $currentLang) }}

{{ getTranslatedValue($aboutUsContent, 'description', $currentLang) }}

  • {{ getTranslatedValue($aboutUsContent, 'feature_text_1', $currentLang) }}
  • {{ getTranslatedValue($aboutUsContent, 'feature_text_2', $currentLang) }}
  • {{ getTranslatedValue($aboutUsContent, 'feature_text_3', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'heading', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'feature_1_heading', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'feature_description_1', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'feature_2_heading', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'feature_description_2', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'feature_3_heading', $currentLang) }}

{{ getTranslatedValue($agencyFeatureSection,'feature_description_3', $currentLang) }}

{{ getTranslatedValue($counterContent, 'counter_1', $currentLang) }}+

{{ getTranslatedValue($counterContent, 'title_1', $currentLang) }}

{{ getTranslatedValue($counterContent, 'counter_2', $currentLang) }}+

{{ getTranslatedValue($counterContent, 'title_2', $currentLang) }}

{{ getTranslatedValue($counterContent, 'counter_3', $currentLang) }}+

{{ getTranslatedValue($counterContent, 'title_3', $currentLang) }}

{{ getTranslatedValue($counterContent, 'counter_4', $currentLang) }}%

{{ getTranslatedValue($counterContent, 'title_4', $currentLang) }}

@include('frontend.templates.layouts.teams') @include('frontend.templates.layouts.contact_section') @endsection