@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'); $heroSection = getContent('tech_agency_hero_section.content', true); $brandContent = getContent('tech_agency_brand_section.content', true); $serviceContent = getContent('main_demo_service_section.content', true); $aboutUsContent = getContent('main_demo_about_us.content', true); $agencyFeatureSection = getContent('digital_agency_feature_section.content', true); $blogContent = getContent('main_demo_blog_section.content', true); $ctaContent = getContent('main_demo_cta_section.content', true); @endphp

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

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

@php $images = $brandContent->data_values['images'] ?? []; @endphp
@foreach($images as $key => $imagePath)
{{ $key }}
@endforeach

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

@foreach($listings as $listing) @endforeach

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

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

+

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

+

{{ getTranslatedValue($aboutUsContent, 'right_text', $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) }}

{{ __('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
@include('frontend.templates.layouts.testimonial')

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

@endsection