@extends('games.layout.header') @section('app-game-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
@endSection