@extends("website.layouts.layout") @section('title', "Home Page") @section("body")

{!! $SiteSettings->web_title_our_service ?? '' !!}

{!! $SiteSettings->web_tagline_our_service ?? '' !!}

@if($groups->isNotEmpty())
@foreach($subCategories as $sub) {{$sub['Category']}} @endforeach

{{$groups[0]['Group_name'] ?? ''}}

{{$groups[0]['description']}}

Category Banner
@else

No categories found.

@endif
@include("website.popularServiceProvider") @include("website.popularProjects")

Steps to accomplish your project

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

@foreach ($accomplishStep as $step)

{{ $step->step }}

{!! $step->heading !!}

{!! $step->tagline !!}

@endforeach
@include("website.customerOpinion") @include("website.otherService")

Our Partners

Meet the amazing people who help us grow and succeed

@foreach($partners as $partner) @endforeach
@endsection @section("footerItems") @endsection