betlix.io
Website
Dashboard
Modules
{{ \App\Withdraw::where('status', 0)->count() }}
Withdraws
Promocodes
Users
Notifications
Currencies
Activity
Server
Settings
@php $total = App::make(\Arcanedev\LogViewer\Contracts\LogViewer::class)->total('critical'); @endphp {{ $total > 999 ? '999+' : $total }}
@php $total = App::make(\Arcanedev\LogViewer\Contracts\LogViewer::class)->total('error'); @endphp {{ $total > 999 ? '999+' : $total }}
Logs
{{ json_decode(file_get_contents(base_path('package.json')))->version }}
Version
{!! $page !!}
Games
@foreach(\App\Games\Kernel\Game::list() as $game) @if($game->metadata()->isPlaceholder()) @continue @endif
isDisabled()) checked="checked" @endif type="checkbox" class="custom-control-input">
{{ $game->metadata()->name() }}
@endforeach