@extends('front.layouts.master') @section('main_content')
@foreach($sliders as $slider)
{!! nl2br($slider->subheading) !!}

{!! nl2br($slider->heading) !!}

@if($slider->button1_text != '' || $slider->button2_text != '')
@if($slider->button1_text) @endif @if($slider->button2_text) @endif
@endif
@endforeach
@if($global_page_item->home_about_status == 'Show')
img
{{ $global_page_item->home_about_subheading }}

{!! nl2br($global_page_item->home_about_heading) !!}

@if($global_page_item->home_about_text != '')

{!! nl2br($global_page_item->home_about_text) !!}

@endif
    {!! $global_page_item->home_about_list_items !!}
@if($global_page_item->home_about_phone != '') @endif
@endif
Our Services

What We Offer

We provide professional solutions designed to help individuals and businesses grow and succeed.

@foreach($services as $service)
{!! $service->icon_code !!}

{{ $service->name }}

{!! nl2br($service->short_description) !!}

@endforeach
@if($global_page_item->home_feature_status == 'Show')
{{ $global_page_item->home_feature_subheading }}

{{ $global_page_item->home_feature_heading }}

@foreach($features as $feature)
{!! $feature->icon_code !!}

{{ $feature->name }}

{!! nl2br($feature->content) !!}

@endforeach
@endif @if($global_page_item->about_counter_status == 'Show')
Our Achievements

Why Choose Us

We take pride in our accomplishments and strive to deliver the best services for our clients.

{{ $counter_item->item1_number }}+

{{ $counter_item->item1_title }}

{!! nl2br($counter_item->item1_content) !!}

{{ $counter_item->item2_number }}+

{{ $counter_item->item2_title }}

{!! nl2br($counter_item->item2_content) !!}

{{ $counter_item->item3_number }}+

{{ $counter_item->item3_title }}

{!! nl2br($counter_item->item3_content) !!}

@endif @if($global_page_item->home_testimonial_status == 'Show')
{{ $global_page_item->home_testimonial_subheading }}

{!! nl2br($global_page_item->home_testimonial_heading) !!}

@foreach($testimonials as $testimonial)

{{ $testimonial->name }}

{{ $testimonial->designation }}

{!! nl2br($testimonial->comment) !!}

@endforeach
@endif

Frequently Asked Questions

Find answers to some of the most common questions about our services.

@foreach($faqs as $key => $faq)

{!! nl2br($faq->answer) !!}

@endforeach
@if($global_page_item->home_blog_status == 'Show')
{{ $global_page_item->home_blog_subheading }}

{{ $global_page_item->home_blog_heading }}

@endif @endsection