@extends('layouts.shop') @section('title', 'Store') @section('content')

PURCHASE CRYSTALS FOR YOUR ACCOUNT

Crystals are our custom virtual currency that allows you to buy premium ranks, cosmetics and much more.

@foreach($currencies as $currency)
@endforeach
{{ \App\Helpers\CurrencyHelper::getCurrentCurrency() }}
@foreach($products as $product)
@if($product->bonus_percentage)
BONUS +{{ $product->bonus_percentage }}%!
@endif
PURCHASE {{ $product->name }}

{{ $product->name }}

{!! $product->getDescription() !!}

@endforeach
YouTube Video Thumbnail
play
@endsection @section('js') @endsection