@if($bet->status == 0)
{{ ceil($bet->price*100) }}
 
@foreach(json_decode($bet->items) as $i) @if($i->rarity == 'restricted')
@endif @if($i->rarity == 'covert')
@endif @if($i->rarity == 'classified')
@endif @if($i->rarity == 'milspec')
@endif @if($i->rarity == 'uncommon')
@endif @if($i->rarity == NULL)
@endif @if($i->rarity == 'common')
@endif @if($i->rarity == 'rare')
@endif @endforeach
В игре
@endif @if($bet->status == 2)
{{ ceil($bet->price*100) }}
 
@foreach(json_decode($bet->items) as $i) @if($i->rarity == 'restricted')
@endif @if($i->rarity == 'covert')
@endif @if($i->rarity == 'classified')
@endif @if($i->rarity == 'milspec')
@endif @if($i->rarity == 'uncommon')
@endif @if($i->rarity == NULL)
@endif @if($i->rarity == 'common')
@endif @if($i->rarity == 'rare')
@endif @endforeach
{{ ceil($bet->price_win*100) }}
x{{ $bet->coff }}
@foreach(json_decode($bet->win_items) as $i) @if($i->rarity == 'restricted')
@endif @if($i->rarity == 'covert')
@endif @if($i->rarity == 'classified')
@endif @if($i->rarity == 'milspec')
@endif @if($i->rarity == 'uncommon')
@endif @if($i->rarity == NULL)
@endif @if($i->rarity == 'common')
@endif @if($i->rarity == 'rare')
@endif @endforeach
@endif @if($bet->status == 3)
{{ ceil($bet->price*100) }}
 
@foreach(json_decode($bet->items) as $i) @if($i->rarity == 'restricted')
@endif @if($i->rarity == 'covert')
@endif @if($i->rarity == 'classified')
@endif @if($i->rarity == 'milspec')
@endif @if($i->rarity == 'uncommon')
@endif @if($i->rarity == NULL)
@endif @if($i->rarity == 'common')
@endif @if($i->rarity == 'rare')
@endif @endforeach
x
@endif