@if (isset($home_sections->top_footer_section) && $home_sections->top_footer_section == 1)
@if (!empty($userFooterData->logo)) logo @endif @if (!empty($userFooterData->about_company))

{!! replaceBaseUrl($userFooterData->about_company) ?? null !!}

@endif @if (isset($social_medias))
    @foreach ($social_medias as $social_media)
  • @endforeach
@endif
@if (in_array('Service', $packagePermissions) && isset($home_sections->featured_services_section) && $home_sections->featured_services_section == 1)

{{ $home_text->service_title ?? '' }}

    @foreach ($fservices as $service)
  • {{ $service->name }}
  • @endforeach
@endif @if (count($userFooterQuickLinks) > 0)

{{ $keywords['Quick_Links'] ?? 'Quick Links' }}

    @foreach ($userFooterQuickLinks as $quickLinkInfo)
  • {{ convertUtf8($quickLinkInfo->title) }}
  • @endforeach
@endif

{{ $keywords['newsletter'] ?? 'NEWSLETTER' }}

{!! replaceBaseUrl($userFooterData->newsletter_text ?? null) !!}

@csrf
@if ($userBs->is_recaptcha == 1)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')

{{ $message }}

@enderror
@endif
@endif @if (isset($home_sections->copyright_section) && $home_sections->copyright_section == 1)

{!! replaceBaseUrl($userFooterData->copyright_text ?? null) !!}

@endif