{{ $article->name }} {{ $article->info }}

{{ __('You will receive:') }}

    @if($article->features) @foreach($article->features as $feature)
  • {{ $feature->content }}
  • @endforeach @endif @if ($article->credits)
  • {{ number_format($article->credits, 0, '.', '.') }} credits
  • @endif @if ($article->duckets)
  • {{ number_format($article->duckets, 0, '.', '.') }} duckets
  • @endif @if ($article->diamonds)
  • {{ number_format($article->diamonds, 0, '.', '.') }} diamonds
  • @endif @if ($article->rank)
  • {{ $article->rank->rank_name }} rank
  • @endif @if ($article->furniture) @foreach ($article->furniItems() as $furni)
  • {{ collect(json_decode($article->furniture))->firstWhere('item_id', $furni->id)->amount }} x {{ $furni->public_name }}
  • @endforeach @endif
@if (!empty($article->badges))
Badge(s):
@foreach (explode(';', $article->badges) as $badge) {{ $badge }} @endforeach
@endif @if ($article->furniture)
Furniture:
@foreach ($article->furniItems() as $furni)
{{ $furni->public_name }}
@endforeach
@endif
@if($article->is_giftable)

{{ __('Gift :package', ['package' => $article->name]) }}

@csrf
@endif
@csrf