@extends('new_app.game.header') @section('new-game-content')
मोटी जोड़ी का लास्ट टाइम : 00:00:00
{{ $wallet_money+$win_wallet }}
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