@if (!empty($footerList)) @foreach ($footerList as $footerGroup) @foreach ($footerGroup as $footer) @if (!empty($footer['title']) && !empty($footer['footer_content']))
{{ $footer['title'] }}
    {!! $footer['footer_content'] !!}
@endif @endforeach @endforeach @endif
{{ __('contact_us') }}
{{ __('address') }}

{{ $company_address_line }}

{{ __('phone_number') }}

{{ $companyPhoneNumber }}

{{ __('email_address') }}

{{ $companyEmail }}

{!! $copyRight ?? __('copyrights') . ' © ' . date('Y') . ' ' . $appName . '. ' . __('all_rights_reserved') . '.' !!}

{{ __('terms_and_conditions') }} {{ __('privacy_policy') }}
@foreach($socialLinks as $link) @endforeach
icon icon icon