@extends('web.layouts.main') @section('content') @if($homeBanners->isNotEmpty())
@endif @if($keyFeatures->isNotEmpty())
@foreach($keyFeatures as $key)
{{$key->title}}
@if($key->count!=NULL) @php $exolodedData = explodePlus($key->count); @endphp

{{$exolodedData['value']}}{{$exolodedData['plus']}}

@endif
@endforeach
@endif @if($homeServices->isNotEmpty())
@if($whatWeDo!=NULL)
{{$whatWeDo->title}}
@if($whatWeDo->sub_title!=NULL)

{{$whatWeDo->sub_title}}

@endif @if($whatWeDo->description!=NULL)
{!!$whatWeDo->description!!}
@endif
@if($whatWeDo->image!=NULL) image_attribute!!}> @else @endif
@endif
@endif @include('web.render._why_choose_us') @if($whoWeAre!=NULL)
@if($whoWeAre->image!=NULL) image_attribute!!}> @else {{ config('app.name') }} @endif
{{ config('app.name') }}
@if($whoWeAre->count!=NULL) @php $exolodedData = explodePlus($whoWeAre->count); @endphp

{{$exolodedData['value']}}{{$exolodedData['plus']}}

Years

@endif
{{$whoWeAre->title}}
@if($whoWeAre->sub_title!=NULL)

{!!$whoWeAre->sub_title!!}

@endif @if($whoWeAre->description!=NULL)
{!!$whoWeAre->description!!}
@endif @if($whoWeAre->button_url!=NULL) {{$whoWeAre->button_text}} @endif
@endif @if($portfolios->isNotEmpty())
LETS GO WITH US!

Our Projects

@endif @if($testimonials->isNotEmpty())
Client Testimonials

What They’re Saying About Our Work

@foreach($testimonials as $testimonial)
{!!$testimonial->message!!}
{{$testimonial->title}}
@if($testimonial->designation!=NULL)

{{$testimonial->designation}}

@endif
@endforeach
@endif @include('web.render._clients') @if($blogs->isNotEmpty())
News & Updates

Recent Blog Posts

@foreach($blogs as $blog) @include('web.render._blog_item') @endforeach
@endif @endsection