@extends('new_app.game.header') @section('new-game-content')
{{--
60 जोड़ी या 6 हाफ़ से ज्यादा खेल न करें।
--}}
मोटी जोड़ी का लास्ट टाइम : 00:00:00
{{ $wallet_money+$win_wallet }}
00
@csrf @method('POST')
@for ($i = 0; $i <= 99; $i++)
{{ str_pad($i, 2, '0', STR_PAD_LEFT) }}
@endfor
@endSection