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

{{\App\Models\User::count()}}

Users

More info

{{\App\Models\Transection::sum('amount')}} Rs

Total Bet

More info

{{\App\Models\Transection::where('transaction_type','credit')->sum('amount')}} Rs

Total Win

More info

{{\App\Models\Transection::where('transaction_type','debit')->sum('amount')}} Rs

Total Loose

More info
@endsection