@if($bet->team == 1)
@else
@endif
  • @if($bet->user->top == 1)TOP@endif {{ $bet->user->username }} внес {{ $bet->itemsCount }} {{ trans_choice('lang.items', $bet->itemsCount) }}
  • {{ $bet->price *100}} Б
@foreach(json_decode($bet->items) as $i) @if($bet->user->id == 1)
@if(!isset($i->img)) @if($i->rarity == 'rare')
 Arcana 
@endif @if($i->rarity == 'covert')
 Immortal 
@endif @if($i->rarity == 'classified')
 Legendary 
@endif @if($i->rarity == 'restricted')
 Mythical 
@endif @if($i->rarity == 'milspec')
 Rare 
@endif @if($i->rarity == 'uncommon')
 Uncommon 
@endif @if($i->rarity == NULL)
 Common 
@endif @endif @else
@if(!isset($i->img)) @if($i->rarity == 'rare')
 Arcana 
@endif @if($i->rarity == 'covert')
 Immortal 
@endif @if($i->rarity == 'classified')
 Legendary 
@endif @if($i->rarity == 'restricted')
 Mythical 
@endif @if($i->rarity == 'milspec')
 Rare 
@endif @if($i->rarity == 'uncommon')
 Uncommon 
@endif @if($i->rarity == NULL)
 Common 
@endif @endif @endif
@if(!isset($i->img))
@else
@endif
@if($bet->user->id == 1)
{{ $i->price *100}} @else
{{ $i->price *100}} @endif
@endforeach