@extends('frontend.layouts.master') @section('title') Home @endsection @section('css') @endsection @section('content') @if(count($sliders) > 0) @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 ?? ''}}

{{$homepage_info->welcome_heading ?? ''}}

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

@if(@$homepage_info->welcome_link) {{ @$homepage_info->welcome_button }} @endif
@endif @if(count($latestServices) > 0)

Our Services

What we provide

@foreach(@$latestServices as $index=>$service)
Business_image
{{ucwords(@$service->title)}}

{{ elipsis(strip_tags($service->description))}}

Read More
@endforeach
@endif @if(!empty($homepage_info->core_main_heading))

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

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

{{ucwords(@$homepage_info->core_heading1 ?? '')}}

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

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

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

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

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

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

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

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

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

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

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

@if(!empty($homepage_info->action_heading))

{{@$homepage_info->action_heading}}

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

{{@$homepage_info->why_heading ?? ''}}

{{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(@$recruitments[0]->heading)
{{@$recruitments[0]->description ?? 'Working Steps'}}

Our Basic Work Process

@foreach(@$recruitments as $index=>$recruitment)
{{@$recruitment->title}}

{{ $recruitment->icon_description ?? '' }}

@endforeach
@endif @if(count($latestJobs) > 1) @endif @if(count($clients) > 0)

Our Trusted Clients

@foreach($clients as $client) @endforeach
@endif @if(count($testimonials) > 0)

Clients Sayings

Our Customer Feedbacks

@foreach($testimonials as $testimonial)
{{ucfirst($testimonial->name)}}
{{ucfirst($testimonial->position)}}

{{ucfirst($testimonial->description)}}

@endforeach
@endif @if(count($latestPosts) > 0)
Blog Posts

News & Updates

@foreach(@$latestPosts as $post)
{{date('d M Y', strtotime($post->created_at))}}

{{ucfirst(@$post->category->name)}}

{{ucfirst($post->title)}}
Read More
@endforeach
@endif @if(@$setting_data->grievance_heading)
Careerlink

{{@$setting_data->grievance_heading}}

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