@extends('web.layouts.app') @section('content') {{-- ========== HERO ========== --}}

{{ \App\Helpers\TransHelper::get('infrastructure_construction', $lang) }}

{{-- ========== OVERVIEW ========== --}}
{!! $settings[110] !!}
Infrastructure Construction
{{-- ========== SERVICES ========== --}}
{!! $settings[129] !!}
{{-- ========== CIVIL SCOPE ========== --}}
{!! $settings[130] !!}
{{-- ========== PROJECTS (real from profile) ========== --}}

{{ \App\Helpers\TransHelper::get('infrastructure_projects', $lang) }}

@foreach($infrastructureprojects as $data)
{!! $data->title_lang !!}

{!! $data->brief_lang !!}

@endforeach
{{-- ========== STATS BANNER ========== --}}
{!! $settings[132] !!}
{{-- ========== WHY CHOOSE US ========== --}}
{!! $settings[131] !!}
@endsection