@extends('layouts.app') @section('content')

{{ $whoWeAreStaticPage->title_by_lang }}.

{!! $whoWeAreStaticPage->description_by_lang !!}

{{ $whatWeDoStaticPage->title_by_lang }}.

about
{!! $whatWeDoStaticPage->description_by_lang !!}
@include('layouts.includes._services', ['services' => $services]) @include('layouts.includes._products', ['products' => $products]) @include('layouts.includes._projects', ['projects' => $projects, 'services' => $services])

@lang('site.our_solutions')

@include('layouts.includes._solutions', ['services' => $services])

@lang('site.success_partners')

@include('layouts.includes._partners', ['partners' => $partners])

@lang('site.your_tech_savvy')
@lang('site.partner')

@endsection