@extends('layout') @section('content') @if($bet) @endif

Conectando...

HASH: {{ $game['hash'] }}
@foreach($history as $m)
x{{ number_format($m->multiplier, 2, '.', '') }}
@endforeach
Jogador
Valor
Multiplicador
Lucrou
@foreach($game['bets'] as $bet) @endforeach
R$ {{ $bet['price'] }}
@if($bet['status'] == 1) {{ $bet['withdraw'] }}x @else ~ @endif @if($bet['status'] == 1) R$ {{ $bet['won'] }} @else @endif
@endsection