{{ Site::get_site_title() }}

{{ translate('follow_us_on_social_media') }}

{{ Site::site_settings()->site_name ?? env('APP_NAME') ?? '' }}

{{ Site::site_settings()->site_description ?? '' }}

@if ( isset(Site::contact()->contact_phone) && Site::contact()->contact_phone != null )

{{ Site::contact()->contact_phone ?? '' }} {{ translate('call_now') }}

@endif

{{ translate('info') }}

  • {{ translate('homepage') }}
  • {{ translate('products') }}
  • {{ __('About Us') }}
  • {{ translate('contact') }}
  • {{ translate('blog') }}
  • @auth
  • {{ translate('marketing_module') }}
  • @else
  • {{ translate('marketing_module_entry') }}
  • @endauth

{{ translate('categories') }}

@foreach (Site::categories() as $item) @if ( $item->content != null && $item->content->name != null ) {{ $item->content->name }} @endif @endforeach

Copyright © {{ date('Y') }}