@extends('voyager::master') @section('box_header')
SUCCESSFUL
{{ \App\Models\Deposit::query()->whereDate('created_at' , \Carbon\Carbon::today())->sum('amount') }}
DEPOSIT - 0.00
NEW REGISTRATION
{{ \App\Models\Player::query()->count() }}
PLAYERS - {{ \App\Models\Player::query()->count() }}
Today
SUCCESSFUL
{{ \App\Models\Withdraw::query()->whereDate('created_at' , \Carbon\Carbon::today())->sum('amount') }}
WITHDRAWALS - 0.00
EURO
{{ \App\Models\GamePlayed::query()->whereDate('created_at' , \Carbon\Carbon::today())->sum('input_bet') - \App\Models\GamePlayed::query()->whereDate('created_at' , \Carbon\Carbon::today())->sum('output_bet') }}
GGR
@endsection @section('content')
@php $charts = \TCG\Voyager\Models\Chart::query()->take(3)->get(); @endphp @if($charts->count() > 0) @endif
@include('voyager::dashboard.personalizemenus') @include('voyager::dashboard.last_5_deposit_dash') @include('voyager::dashboard.last_5_withdraw1_dash') @include('voyager::dashboard.last_5_register_dash')
{{--
Chart Data
--}}
Net per system and category
Access by browsers
Access by OS
Access by contries
{{-- @include('voyager::dashboard.smspack')--}}
World Market
Revenue by country
{{--@include('voyager::dashboard.notes')--}} @endsection @section('javascript') @endsection