@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content') @include('frontend.templates.layouts.search_bar')

{{ $footer->about_us }}

{{ __('translate.Address') }}

{{ $footer->address }}

{{ __('translate.Contact') }}
{{ $footer->email }} {{ $footer->phone }}
@php $currentLang = session()->get('front_lang'); $heroContent = getContent('it_consulting_hero_section.content', true); $keyContent = getContent('key_feature.content', true); $aboutUsContent = getContent('main_demo_about_us.content', true); $serviceContent = getContent('main_demo_service_section.content', true); $processContent = getContent('main_demo_process_section.content', true); $counterContent = getContent('it_consulting_counter_section.content', true); $testimonialContent = getContent('main_demo_testimonial_section.content', true); $blogContent = getContent('main_demo_blog_section.content', true); @endphp

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

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

{{ getTranslatedValue($heroContent, 'form_title', $currentLang) }}

{{ getTranslatedValue($heroContent, 'form_description', $currentLang) }}

@csrf

{{ getTranslatedValue($keyContent, 'title', $currentLang) }}

{{ getTranslatedValue($keyContent, 'heading_1', $currentLang) }}

{{ getTranslatedValue($keyContent, 'description_1', $currentLang) }}

{{ __('translate.Learn More') }}

{{ getTranslatedValue($keyContent, 'heading_2', $currentLang) }}

{{ getTranslatedValue($keyContent, 'description_2', $currentLang) }}

{{ __('translate.Learn More') }}

{{ getTranslatedValue($keyContent, 'heading_3', $currentLang) }}

{{ getTranslatedValue($keyContent, 'description_3', $currentLang) }}

{{ __('translate.Learn More') }}
Image
Image

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

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

+

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

+

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

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

@foreach($listings as $listing) @endforeach

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

{{ __('translate.01') }}

{{ getTranslatedValue($processContent, 'step_1', $currentLang) }}

{{ getTranslatedValue($processContent, 'description_1', $currentLang) }}

{{ __('translate.02') }}

{{ getTranslatedValue($processContent, 'step_2', $currentLang) }}

{{ getTranslatedValue($processContent, 'description_2', $currentLang) }}

{{__('03')}}

{{ getTranslatedValue($processContent, 'step_3', $currentLang) }}

{{ getTranslatedValue($processContent, 'description_3', $currentLang) }}

{{ __('translate.Explore our recent projects') }}

@foreach($projects as $index => $project)
Image

{{ $project->translate?->title }}

@if($project->category && $project->category->translate) {{ $project->category->translate->name }} @elseif($project->category) {{ $project->category->name }} @endif

@endforeach
+

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

+

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

+

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

%

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

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

@foreach($testimonials as $testimonial)
    @for($i = 0; $i < $testimonial->rating; $i++)
  • @endfor

“ {{ \Illuminate\Support\Str::limit($testimonial->translate?->comment, 250) }} ”

@endforeach

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

@endsection @push('js_section') @endpush