@extends('web.layouts.layout') @section('content')
{{ $bannerPage->currentDescription->page_title }}

{{ $bannerPage->currentDescription->title }}

{{ wordLimit($bannerPage->currentDescription->description, 50) }}

{{ $bannerPage->meta['users']['statistics'] }}

{{ $bannerPage->meta['users'][getCurrentLocale()] }}

{{ $bannerPage->meta['services']['statistics'] }}

{{ $bannerPage->meta['services'][getCurrentLocale()] }}

{{ $bannerPage->meta['employees']['statistics'] }}

{{ $bannerPage->meta['employees'][getCurrentLocale()] }}

{{ $bannerPage->meta['projects']['statistics'] }}

{{ $bannerPage->meta['projects'][getCurrentLocale()] }}

{{ $bannerPage->currentDescription->page_title }} {{ __('main.read_more') }}
banner photo
{{ $aboutUsPage->currentDescription->page_title }}

{{ $aboutUsPageTitleArr[0] }} {{ $aboutUsPageTitleArr[1] }}

{{ wordLimit($aboutUsPage->currentDescription->description, 60) }}

{{ __('main.read_more') }}

{!! changeWordStyleInText( ['T-Connect'], $settings['text'][getCurrentLocale()]['contact_us_home_text'] ?? "", '%s' ) !!}

{{ $page_10->currentDescription->page_title }}

{{ $page10TitleArr[0] }}
{{ $page10TitleArr[1] }}

{{ strip_tags($page_10->currentDescription->description) }}

{{ $page_2->currentDescription->page_title }}
{{ $page_2->currentDescription->page_title }}

{{ strip_tags($page_2->currentDescription->description) }}

{{ $page_4->currentDescription->page_title }}
{{ $page_4->currentDescription->page_title }}

{{ strip_tags($page_4->currentDescription->description) }}

{{ $page_3->currentDescription->page_title }}
{{ $page_3->currentDescription->page_title }}

{{ strip_tags($page_3->currentDescription->description) }}

{{ $page_5->currentDescription->page_title }}
{{ $page_5->currentDescription->page_title }}

{{ strip_tags($page_5->currentDescription->description) }}

{{ __('services.our_services') }}

@php $featuresTxtArr = splitStringToEqualParts(__('main.discover_more_features'), 2); @endphp {{ $featuresTxtArr[0] }} {{ $featuresTxtArr[1] }}

@php $servicesSecClass = ['', 'bg_lightblue2', 'bg_lightblue', '']; @endphp @foreach($services as $service)
{{ $service->currentDescription->name }} @php $serviceNameArr = splitStringToEqualParts($service->currentDescription->name, 2) @endphp

{{ $serviceNameArr[0] }} {{ $serviceNameArr[1] }}

{{ wordLimit($service->currentDescription->description, 50) }}

@endforeach
{{ __('projects.projects') }}
@php $projectsHeadArr = splitStringToEqualParts(__('main.amazing_work_done'), 2) @endphp

{{ $projectsHeadArr[0] }} {{ $projectsHeadArr[1] }}

@if(isset($projects[0]))
{{ $projects[0]->currentDescription->name }}

{{ $projects[0]->currentDescription->name }}

{{ wordLimit($projects[0]->currentDescription->description, 30) }}

@endif @if(isset($projects[1]))

{{ $projects[1]->currentDescription->name }}

{{ wordLimit($projects[1]->currentDescription->description, 30) }}

{{ $projects[1]->currentDescription->name }}
@endif @if(isset($projects[2]))
{{ $projects[2]->currentDescription->name }}

{{ $projects[2]->currentDescription->name }}

{{ wordLimit($projects[2]->currentDescription->description, 30) }}

@endif {{ __('main.read_more') }}
{{ __('main.testimonial') }}
@php $testimonialHeadArr = splitStringToEqualParts(__('main.what_say_about_us'), 3) @endphp

{{ $testimonialHeadArr[0] }} {{ $testimonialHeadArr[1] }} {{ $testimonialHeadArr[2] }}

{{ __('main.our_partners') }}
@php $partnersHeadArr = splitStringToEqualParts(__('main.honored_partnership'), 2) @endphp

{{ $partnersHeadArr[0] }} {{ $partnersHeadArr[1] }}

@foreach($chunkedPartners as $partners)
@foreach($partners as $partner)
@if($partner['url']) @else @endif
@endforeach
@endforeach
@endsection