@extends('layouts.site') @push('styles') @if ($homepage->seo_other != null) {!! $homepage->seo_other !!} @endif @endpush @section('seo_title') {{ $homepage->seo_title }} @endsection @section('seo_description') {{ $homepage->seo_description }} @endsection @section('content')
slide img

{{ $homepage->title }}

{{ $homepage->description }}

{{$homepage->client_count}}+

Clients
icon

{{$homepage->year_business}}+

Years of Business
icon

{{number_format($homepage->project_users_count/1000,1)}}K

Products users
icon

{{$homepage->project_delivered_count}}+

Projects Delivered
icon
@foreach ($aboutPoints as $aboutPoint)
icon

{{ $aboutPoint->title }}

{{ $aboutPoint->description }}

@endforeach

{{ $homepage->about_title }}

{!! $homepage->about_description !!}

{{ $homepage->about_button_text }}
@include('layouts.components.partners')

Our Solutions

{{ $homepage->short_desc_for_solutions }}

@foreach ($serviceCategories as $serviceCategory)
{{--
--}}

{{ $serviceCategory->title }}

{{ $serviceCategory->short_desc }}

Read More
@endforeach
@include('layouts.components.clients')
icon
@include('layouts.components.contact') @endsection