@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) {{ $currency->iso }} @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 @endsection @section('js') @endsection
Crystals are our custom virtual currency that allows you to buy premium ranks, cosmetics and much more.
{!! $product->getDescription() !!}