@extends('layouts.game') @section('content')
Wallet

Money

{{ App\Models\Wallet::where('user_id', auth()->user()->id)->sum('main_balance') }}

Bonus

0

@if ($usertransaction > $wagerining) @else @endif
@endsection @section('css') @endsection @section('js') @endsection