Footer Logo

@if (isset($userFooterData)) {{ $userFooterData->about_company }} @endif

@if (count($userFooterQuickLinks) > 0)

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

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

{{ $keywords['Latest_Blogs'] ?? 'Latest Blogs' }}

    @foreach ($userFooterRecentBlogs as $blog)
  • {{ strlen($blog->title) > 35 ? mb_substr($blog->title, 0, 35, 'UTF-8') . '...' : $blog->title }}
  • @endforeach
@endif @if (isset($home_sections->newsletter_section) && $home_sections->newsletter_section == 1)

{{ @$home_text->newsletter_title }}

{{ @$home_text->newsletter_subtitle }}

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

{{ $message }}

@enderror
@endif
@if (count($social_medias) > 0)
  • {{ $keywords['Follow'] ?? 'Follow' }}
  • @foreach ($social_medias as $item)
  • @endforeach
@endif
@endif
@if (isset($home_sections->copyright_section) && $home_sections->copyright_section == 1)
@if (isset($userFooterData)) {!! $userFooterData->copyright_text !!} @endif
@endif