@extends('layouts.app') @section('title', 'Home') @section('content') {{-- Balance Bar --}}
Welcome back
Deposit Balance
৳{{ number_format(auth()->user()->balance, 2) }}
Winning Balance
৳{{ number_format(auth()->user()->winning, 2) }}
No active tournaments right now.
Check back soon!