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

Item suggestions:

@foreach ($suggestions as $item)
$item->other == 'recommend_desc'])>

{{ $item->proto->locale_name }}

@if ($item->old_price)

{{ $item->old_price }} {{ $item->pricing->description() }}

@endif
$item->old_price])> @if ($item->old_price)

{{ $item->quantity }} pcs: {{ $item->price }} {{ $item->pricing->description() }}

@else

{{ $item->quantity }} pcs. only: {{ $item->price }} {{ $item->pricing->description() }}

Details @endif
@if ($item->description && $item->other == 'recommend_desc')

{{ $item->description }}

@endif
@endforeach

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