@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content') @php $currentLang = session()->get('front_lang'); $heroContent = getContent('tech_company_hero_section.content', true); $serviceContent = getContent('main_demo_service_section.content', true); $expertTeamContent = getContent('expert_feature_section.content', true); $blogContent = getContent('main_demo_blog_section.content', true); @endphp

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

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

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

@foreach($listings as $listing) @endforeach
@include('frontend.templates.layouts.about_us_section')
@include('frontend.templates.layouts.process_section')

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

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

@endsection