@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

{{ Auth::user()->role->name }} Dashboard

@permission('show-dashboard-status')
Total Account
{{ $totalAccounts }}
{{ __('backend/index.panels.web-accounts-count') }}
{{ $userCount }}
{{ __('backend/index.panels.player-count') }}
{{ $playerCount }}
Real Online
{{ $realPlayerCount }}
4T Donate
{{ $TDonateCount }}
{{ __('backend/index.panels.silk-count') }}
{{ $silkCount }}
Gift Balance
{{ $giftBalance }}
Balance
{{ $balance }}
{{ __('backend/index.panels.web-gold') }}
{{ number_format($webGold->gold , 0, ',', '.')}}
{{ __('backend/index.panels.server-gold') }}
{{ number_format($serverGold , 0, ',', '.')}}
@endpermission
@permission('recent-notice-index-backend')
{{ __('backend/index.recent-news-title') }}
@forelse($notices as $notice) [{{ $notice->ID }}] {{ $notice->Subject }} @empty {{ __('backend/index.recent-news-empty') }} @endforelse
@permission('sro-notice-create-backend') {{ __('backend/index.recent-news-create-link') }} → @endpermission
@endpermission @permission('recent-created-chars')
{{ __('backend/index.recent-created-chars') }}
@forelse($chars as $char) {{ __('backend/index.recent-created-chars-list', [ 'char' => $char->CharName16, 'level' => $char->CurLevel ]) }} @empty {{ __('backend/index.recent-news-empty') }} @endforelse
@endpermission
@permission('sox-count-filter-backend')
@include('theme::backend.soxcount.index', [ 'soxCount' => $soxCount ])
@endpermission @permission('show-globals-notices-backend') @endpermission @permission('todo-add-backend')
{{ __('backend/index.todo-title') }}
@forelse($todos as $todo)
{{ $todo->getUserName->name }} ({{ $todo->getUserName->silkroad_id }}): {{ $todo->body }} @permission('todo-delete-backend')
@csrf
@endpermission
@empty {{ __('backend/index.empty-todo') }} @endforelse
@endpermission
@endsection @push('theme::javascript') @endpush