@extends('layout') @section('content')

|
R$ {{ $bet->sum }}
|
{{ $bet->color == 'black' ? 'x2' : ($bet->color == 'red' ? 'x3' : ($bet->color == 'green' ? 'x5' : 'x50')) }} |