@extends('layouts.shop') @section('content')

Item suggestions:

{% for id, data in items %}
isset($item->description), ])>

{ data.name|raw }

{% if data.oldPrice != 0 %}

{ data.oldPrice } { data.pricing }

{% endif %}
{% if data.oldPrice != 0 %}

{ data.count } pcs: { data.price } { data.pricing }

{% else %}

{ data.count } pcs. only: { data.price } { data.pricing }

Details {% endif %}
{% if data.description is defined %}

{ data.description }

{% endif %}
{% endfor %}

The Wheel of Fortune

Try your luck and turn the Wheel of Fortune. Get your hand on some of the best items for your character!

To the Wheel
You don't have Dragon Coins?
@endsection