@extends('layouts.app') @section('content')

{{ $total_players }}

Total Players

{{ $today_online_players }}

Today Online Players

{{ $new_players }}

Today New Players

{{ $today_playtime }}

Today Playtime

{{--
{{ __('Dashboard') }}
@if (session('status')) @endif {{ __('You are logged in') }} {{ Auth::user()->username }}!
--}}
Player Statistics help_outline
@livewire('dashboard.player-statistics-chart', ['lazy' => true])
Newest Players help_outline
@livewire('dashboard.map-chart', ['lazy' => true])
@endsection @section('script') @endsection