@php $setting = \App\Setting::first(); $snow = 0; @endphp @if(\Auth::guest()) @php $snow = 0; @endphp @endif @if(\Auth::user() && \Auth::user()->admin != 1) @php $snow = 0; @endphp @endif @php $snow = $setting->theme; @endphp @if(\Auth::user() && \Auth::user()->ban == 1) @include('errors.ban') @php exit() @endphp @endif {{$setting->name}} {!! $setting->meta_tags !!} @if($snow == 1) @endif @include('layouts.colors_systems')
  • Главная Бонусы Партнерка Faq Поддержка
  • {!! html_entity_decode($page) !!}
    @include('layouts.chat')
    @guest @endguest @auth @auth @if(\Auth::user()->admin == 1) @endif @endauth @auth @endauth @if(\Auth::user() && (\Auth::user()->admin == 1 or \Auth::user()->admin == 2)) @endif
    @auth @if(\Auth::user()->id != 0) @if(\Auth::user()->newYear == 0 && \App\Setting::first()->newYear == 1) @endif @endif @endauth