@if(isset($lightweight) == false)
  • {{ __('Contact') }}
  • {{ __('Terms') }}
  • {{ __('Privacy') }}
  • {{ __('Developers') }}
  • @foreach ($footerPages as $page)
  • {{ __($page['name']) }}
  • @endforeach
@foreach (['social_facebook' => __('Facebook'), 'social_twitter' => 'Twitter', 'social_instagram' => 'Instagram', 'social_youtube' => 'YouTube'] as $url => $title) @if(config('settings.'.$url)) @include('icons.share.'.strtolower($title), ['class' => 'fill-current width-5 height-5']) @endif @endforeach

@endif
{{ __('© :year :name.', ['year' => now()->year, 'name' => config('settings.title')]) }} {{ __('All rights reserved.') }}
@include('shared.dark-mode') @include('shared.language')
@include('shared.cookie-law')