@extends('front.layout.app') @section('content') {{-- @php echo front_dashboard_links(); @endphp --}} @php $scwidget_baner = get_widgets(widget: 81); $af_data = $scwidget_baner ? json_decode($scwidget_baner->additional_field_data) : null; @endphp @if($scwidget_baner && $scwidget_baner->sts == 1)
{{ $scwidget_baner->heading }} {!! $scwidget_baner->content !!}
@endif
@php $scwidget_about = get_widgets(widget: 94); $af_data = $scwidget_about ? json_decode($scwidget_about->additional_field_data) : null; @endphp
{{ $scwidget_about->featured_img_alt }}
{{ $af_data->additional_field_1 }}+ YEARS
EXPERIENCE
{{-- @php echo get_excerpt(adjustUrl($about_us_page->content),786); @endphp --}} @php echo $scwidget_about->content; @endphp
{{-- Service Section --}}
@php $scwidget_service = get_widgets(widget: 92); $af_data = $scwidget_service ? json_decode($scwidget_service->additional_field_data) : null; @endphp
{!! $scwidget_service->content !!}
{{-- --}}
@foreach ($get_all_services as $serviceObj) @endforeach
Contact Us Today

Let's Refresh Your Home or Business

{{-- Why Choose --}} @php $scwidget_choose = get_widgets(widget: 93); $af_data = $scwidget_choose ? json_decode($scwidget_choose->additional_field_data) : null; @endphp
{{ $scwidget_choose->heading }}

Professional Painting
with a Perfect Finish

{!! $scwidget_choose->content !!}

Only Top-Quality Sherwin-Williams Paint for Your Home

{{-- Services Area --}}
SERVICE AREAS

Proudly Serving Metro Atlanta & Surrounding Areas

@foreach ($get_all_services_areas as $areaObj) {{ $areaObj->heading }} @endforeach
{{-- OUR WORK --}}
OUR WORK SPEAKS FOR ITSELF

RECENT WORK

{{-- TESTIMONIALS --}} @if(count($get_all_testimonials) > 0)
TESTIMONIALS

Trusted by 3,000 Clients
Read Honest Stories

@endif
FREQUENTLY ASKED QUESTIONS

Clear guidance for a smooth and stress free renovation

@php $faq_count = 0; @endphp @foreach ($get_all_faqs as $faq) @php $show_class = ($faq_count == 0) ? 'show' : ''; $collapsed_class = ($faq_count == 0) ? '' : 'collapsed'; $expanded = ($faq_count == 0) ? 'true' : 'false'; @endphp

{!! adjustUrl($faq->content) !!}
@php $faq_count++; @endphp @endforeach

Get a Free Estimate

Ready to Refresh Your Home with a Flawless Paint Job?

@csrf
@endsection @section('beforeBodyClose') @endsection