{{ getTranslatedValue($heroSection, 'heading', $currentLang) }}
{{ getTranslatedValue($heroSection, 'description', $currentLang) }}
{{ getTranslatedValue($brandContent, 'heading', $currentLang) }}
{{ getTranslatedValue($serviceContent, 'heading', $currentLang) }}
{{ getTranslatedValue($aboutUsContent, 'heading', $currentLang) }}
{{ getTranslatedValue($aboutUsContent, 'description', $currentLang) }}
+
{{ getTranslatedValue($aboutUsContent, 'left_text', $currentLang) }}
+
{{ getTranslatedValue($aboutUsContent, 'right_text', $currentLang) }}
{{ getTranslatedValue($agencyFeatureSection,'heading', $currentLang) }}
{{ __('translate.Explore our recent projects') }}
{{ getTranslatedValue($blogContent, 'heading', $currentLang) }}
@if($blogPosts->isNotEmpty())
@php
$lastPost = $blogPosts->last();
@endphp
@endif
@foreach($blogPosts as $index => $blog)
@if($index !== count($blogPosts) - 1)
@endif
@endforeach