{{ Config::get('app.name')[Config::get('app.locale')] }}

{{ Config::get('app.description')[Config::get('app.locale')] }}

  • {{ Config::get('app.contact.phone') }}
  • {{ Config::get('app.contact.credential.email') }}

{{__('Popular Posts')}}

@foreach($popularPosts ?? [] as $post)
{{$post->title}}
{{$post->title}}

{{$post->description}}

@endforeach

{{__('Useful Links')}}

  • {{__('blog')}}
  • {{__('FAQ')}}
  • {{__('login')}}
  • {{__('privacy policy')}}
  • {{__('Terms & Conditions')}}
  • {{__('register')}}
  • {{__('Store')}}
{{ Config::get('app.copyright')[Config::get('app.locale')] }}
    @if (!empty(Config::get('app.social.facebook.page')))
  • @endif @if (!empty(Config::get('app.social.twitter')))
  • @endif @if (!empty(Config::get('app.social.instagram')))
  • @endif @if (!empty(Config::get('app.social.linkedin')))
  • @endif