• {{ __('Terms of Service') }}
  • {{ __('Rules') }}
  • {{ __('Privacy Policy') }}
  • {{ __('Statistics') }}

    @foreach (config('app.available_locales') as $language => $locale)
  • {!! countryCodeToEmoji(config('app.country_flags')[$locale]) !!}{{ $language }} ({{ str_replace('_', '-', $locale) }})
  • @endforeach
{{ __('© :year :project. :project is a is a not-for-profit private community. :project is not associated with, does not deal with, or a subsidy of any corporation.', ['year' => \Carbon\Carbon::now()->year, 'project' => config('app.name')]) }}