@extends('inner_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend_content')

{{ getTranslatedValue($about_company_section, 'section_name') }}

{{ getTranslatedValue($about_company_section, 'title') }}

{{ getTranslatedValue($about_company_section, 'short_description') }}


{{ get_svg('about_tick_mark') }}

{{ getTranslatedValue($about_company_section, 'title_1') }}

{{ getTranslatedValue($about_company_section, 'description_1') }}

{{ get_svg('about_tick_mark') }}

{{ getTranslatedValue($about_company_section, 'title_2') }}

{{ getTranslatedValue($about_company_section, 'description_2') }}

img
{{ get_svg('about_card_shape') }}
{{ __('We have') }}

{{ getTranslatedValue($about_company_section, 'years_of_experience') }}

{{ getTranslatedValue($about_company_section, 'project_complete_text') }}

{{ getTranslatedValue($about_company_section, 'experience_count') }}

{{ getTranslatedValue($about_company_section, 'experience_text') }}

{{ getTranslatedValue($about_company_section, 'client_satisfaction_count') }}

{{ getTranslatedValue($about_company_section, 'client_satisfaction_text') }}

{{ getTranslatedValue($about_company_section, 'expert_team_member_count') }}

{{ getTranslatedValue($about_company_section, 'expert_team_member_text') }}

{{ getTranslatedValue($about_us_our_benefit, 'section_name') }}

{{ getTranslatedValue($about_us_our_benefit, 'title') }}

{{ getTranslatedValue($about_us_our_benefit, 'title_1') }}

{{ getTranslatedValue($about_us_our_benefit, 'description_1') }}

{{ getTranslatedValue($about_us_our_benefit, 'title_2') }}

{{ getTranslatedValue($about_us_our_benefit, 'description_2') }}

{{ getTranslatedValue($about_us_our_benefit, 'title_3') }}

{{ getTranslatedValue($about_us_our_benefit, 'description_3') }}

{{ getTranslatedValue($about_us_our_benefit, 'title_4') }}

{{ getTranslatedValue($about_us_our_benefit, 'description_4') }}

{{ getTranslatedValue($about_us_our_benefit, 'title_5') }}

{{ getTranslatedValue($about_us_our_benefit, 'description_5') }}

{{ getTranslatedValue($about_us_our_benefit, 'title_6') }}

{{ getTranslatedValue($about_us_our_benefit, 'description_6') }}

{{ __('Team Member') }}

{{ __('Experience Team Member') }}

{{ getTranslatedValue($testimonial_content, 'section_title') }}

{{ getTranslatedValue($testimonial_content, 'title') }}

@foreach ($testimonials as $index => $testimonial)
@include('theme.theme_7.svg.testimonial_red')

{{ Str::limit($testimonial?->comment, 200) }}

{{ $testimonial?->name }}

{{ $testimonial?->designation }}

@endforeach

{{ __('We’ve more then 1250+ global clients') }}

@foreach ($partners as $partner)
@endforeach
@endsection