@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 = 10; $i <= 100; $i += 10) @endfor
@for ($i = 0; $i <= 99; $i++)
{{ str_pad($i, 2, '0', STR_PAD_LEFT) }}
0
@endfor
@endSection