{{ trans('storefront::layout.contact_us') }}

    @if (setting('store_phone') && ! setting('store_phone_hide'))
  • {{ setting('store_phone') }}
  • @endif @if (setting('store_email') && ! setting('store_email_hide'))
  • {{ setting('store_email') }}
  • @endif @if (setting('storefront_address'))
  • {{ setting('storefront_address') }}
  • @endif
@if (social_links()->isNotEmpty())
    @foreach (social_links() as $icon => $socialLink)
  • @endforeach
@endif

{{ trans('storefront::layout.my_account') }}

  • {{ trans('storefront::account.pages.dashboard') }}
  • {{ trans('storefront::account.pages.my_orders') }}
  • {{ trans('storefront::account.pages.my_reviews') }}
  • {{ trans('storefront::account.pages.my_profile') }}
  • @auth
  • {{ trans('storefront::account.pages.logout') }}
  • @endauth
@if ($footerMenuOne->isNotEmpty())

{{ setting('storefront_footer_menu_one_title') }}

    @foreach ($footerMenuOne as $menuItem)
  • {{ $menuItem->name }}
  • @endforeach
@endif @if ($footerMenuTwo->isNotEmpty())

{{ setting('storefront_footer_menu_two_title') }}

    @foreach ($footerMenuTwo as $menuItem)
  • {{ $menuItem->name }}
  • @endforeach
@endif @if ($footerTags->isNotEmpty())

{{ trans('storefront::layout.tags') }}

    @foreach ($footerTags as $footerTag)
  • {{ $footerTag->name }}
  • @endforeach
@endif
{!! $copyrightText !!}
@if ($acceptedPaymentMethodsImage->exists)
accepted payment methods
@endif