@php $images = $account->images ?? []; @endphp
@if (count($images) > 0)
{{ $account->title }}
@if (count($images) > 1)
@endif
@else @endif @if ($account->description)

Опис

{{ $account->description }}

@endif @if (! empty($account->attributes))

Характеристики

@foreach ($account->attributes as $key => $value)
{{ $key }}
{{ $value }}
@endforeach
@endif
{{ $account->game->name }}

{{ $account->title }}

{{ number_format($account->price, 0, ',', ' ') }} {{ $account->currency }}
@if ($account->isAvailable() && $account->isApproved()) Купити зараз @else
Акаунт наразі недоступний
@endif
Миттєва видача після оплати
Дані для входу шифруються
Перевірено адміністрацією
@if ($relatedAccounts->isNotEmpty())

Схожі акаунти

@foreach ($relatedAccounts as $related) @endforeach
@endif