@extends('app-layout.header') @section('app-content')
मोटी जोड़ी का लास्ट टाइम : 00:00:14
Points Remaining
{{ Auth::user()->wallet_balance }}
Points Added
00
@csrf @method('POST')
@for ($i = 0; $i <= 99; $i++)
{{-- नंबर को सही फॉर्मेट में दिखाएं (01 से 09 और 10 से 99) --}}
{{ str_pad($i, 2, '0', STR_PAD_LEFT) }}
@endfor
@csrf
Jodi Point Total
0
0
0
0
0
0
0
0
0
0
Total Points 0
@csrf
Andar Harraf
@for ($i = 0; $i < 10; $i++)
{{ $i }}
@endfor
Bahar Harraf
@for ($i = 0; $i < 10; $i++)
{{ $i }}
@endfor
@csrf
Number type Number Points Action
Total Points 0
Number type Number Points Action
Jodi 12 10
Jodi 21 10
Total Points
20
{{--
--}}
@endSection