@extends('frontend.layouts.master') @section('title') Home @endsection @section('css') @endsection @section('content') @if(count($sliders) > 0)
@foreach(@$sliders as $index=>$slider) @endforeach
@foreach(@$sliders as $index=>$slider)
{{@$slider->subheading ?? ''}}

{{@$slider->heading ?? ''}}

@if(@$slider->link) @endif
@endforeach
@endif @if($homepage_info->mission)

Our Mission

{{ ucfirst(@$homepage_info->mission) }}

Our Vision

{{ ucfirst(@$homepage_info->vision) }}

Our Value

{{ ucfirst(@$homepage_info->value) }}

@endif @if(!empty($homepage_info->welcome_description))
{{$homepage_info->welcome_subheading ?? ''}}

{{preg_replace('/\W\w+\s*(\W*)$/', '$1', @$homepage_info->welcome_heading)."\n"}} {{$split[count($split)-1]}}

{{ ucfirst(@$homepage_info->welcome_description) }}

@if(@$homepage_info->welcome_link) @endif
images
@if(@$homepage_info->welcome_video_link) @endif
@endif @if(count($latestServices) > 0)
What We Offer

The best services for your business

@foreach(@$latestServices as $index=>$service)

{{ucwords(@$service->title)}}

{{ elipsis( strip_tags($service->description) )}}
@endforeach
@endif @if(!empty($homepage_info->action_heading))

{{preg_replace('/\W\w+\s*(\W*)$/', '$1', @$homepage_info->action_heading)."\n"}} {{$split[count($split)-1]}}

@endif @if(!empty($homepage_info->core_main_heading))
{{ucfirst(@$homepage_info->core_main_description)}}

{{ucfirst(@$homepage_info->core_main_heading)}}

{{ ucfirst(@$homepage_info->core_description1 ?? '') }}

{{ucfirst(@$homepage_info->core_description1 ?? '')}}

{{ucfirst(@$homepage_info->core_description2)}}

{{ucfirst(@$homepage_info->core_description2)}}

{{ucfirst(@$homepage_info->core_description3)}}

{{ucfirst(@$homepage_info->core_description3)}}

{{ucfirst(@$homepage_info->core_description4)}}

{{ucfirst(@$homepage_info->core_description4)}}

{{ elipsis(ucfirst(@$homepage_info->core_description5)) }}

{{ucfirst(@$homepage_info->core_description5)}}

{{ elipsis(ucfirst(@$homepage_info->core_description6)) }}

{{ucfirst(@$homepage_info->core_description6)}}

@endif @if(@$recruitments[0]->heading)
Working Process

How we work for our valued
customers.

@foreach(@$recruitments as $index=>$recruitment)
{{ $index+1 }}

{{@$recruitment->title}}

{{ $recruitment->icon_description ?? '' }}
@endforeach
@endif @if(count($latestJobs) > 1)
Recent Jobs

We provide good availability of jobs for you.

@endif @if(count($director) > 0)
Recent Jobs

We provide good availability of jobs for you.

@endif @if(!empty($homepage_info->why_heading))
Leading solutions

{{preg_replace('/\W\w+\s*(\W*)$/', '$1', @$homepage_info->why_heading)."\n"}} {{$split[count($split)-1]}}

{{ucwords(@$homepage_info->why_description)}}

{{@$homepage_info->project_completed ?? '450'}}

Project
completed

{{@$homepage_info->happy_clients ?? '660'}}

Happy
Clients

{{@$homepage_info->visa_approved ?? '340'}}

Visa
Approved

{{@$homepage_info->success_stories ?? '987'}}

Success
Stories
@endif @if(count($clients) > 0)
Quick contact

Let us help your business to
moveforward.

@endif @if(count($latestPosts) > 0)
News Updates

Read our latest updates & business news.

@endif @if(count($testimonials) > 0)
Testimonials

Customers Reviews.

@endif @if(@$setting_data->grievance_heading)
Leading solutions

{{preg_replace('/\W\w+\s*(\W*)$/', '$1', @$setting_data->grievance_heading)."\n"}} {{$split[count($split)-1]}}

{{ ucfirst(@$setting_data->grievance_description) }}
@endif @endsection @section('js') @endsection