@extends('frontend.layouts.app')
@section('content')
@include('frontend.partials.mobile.header')
@include('frontend.partials.mobile.sidebar-menu')
| # |
DATE & TIME |
GAME |
TYPE |
TOTAL BET (IDR) |
TOTAL PAYMENT (IDR) |
TOTAL W/L (IDR) |
| Total: |
0 |
0 |
0 |
| Grant Total: |
0 |
0 |
0 |
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')
Saldo
IDR {{ number_format(Auth::user()->balance ?? 0, 0, ',', '.') }}
| # |
DATE & TIME |
GAME |
TYPE |
TOTAL BET (IDR) |
TOTAL PAYMENT (IDR) |
TOTAL W/L (IDR) |
| Total: |
0 |
0 |
0 |
| Grant Total: |
0 |
0 |
0 |
@include('frontend.partials.desktop.footer')
@endsection
@push('scripts')
@endpush