@extends('layouts.old') {{-- view specific CSS code --}} @section('view-css') @stop {{-- view special JS code --}} @section('special-js') @stop {{-- view main content --}} @section('view-content') @php $view_items_copy = $view_items; $MAX_ROWS = $consts['MAX_ROWS']; @endphp
Your tickets:
{{$user_loot_data['tickets']}}
@for($i = 0; $i < $MAX_ROWS; $i++) @if($i > 0)
@else
@endif
@php shuffle( $view_items_copy ); @endphp @foreach($view_items_copy as $item)
{{$item['label']}}
@endforeach
@endfor
Nerdminator collection

Action stuff

{{$view_details['roll_cost']}}
Multiplication:

All possible rewards from this Loot Can

This is the full list of rewards that are in the selected can. Each time you open the can you have chance to take one of them. Lorem ipsum dolor sit amet, lorem ipsum dolor sit amet. Ipsum dolor sit amet...

43
Items
Value
592.10 EUR
3.7
@foreach($view_items as $item)
@switch($item['label_icon']) @case('v2')
@break @case('v3')
@break @case('v4')
@break @default
@break @endswitch
{{$item['label']}}
59.99 EUR
@switch($item['platform']) @case('origin')
@break @default
@break @endswitch
View details

{{$item['title']}}

@endforeach

Recommended for you:

@for($i = 0; $i < 3; $i++)
Nerdminator collection
Ninja inventory
55
43
Items
Value
592.10 EUR
rating
3.7
View collection
@endfor
@include('purchase.loot.modals.buy_tickets') @include('purchase.loot.modals.after_loot') @include('purchase.loot.modals.finalize') @include('purchase.loot.modals.item_sold') @include('purchase.loot.modals.preview_item') @include('purchase.loot.modals.loader')
@stop