@props(['account']) @php $isNew = $account->created_at && $account->created_at->gt(now()->subDays(3)); @endphp
@if (! empty($account->images[0] ?? null)) {{ $account->title }} @else @endif
{{ $account->game->name }} @if ($isNew) Новинка @endif
{{ $account->title }}
@if (! empty($account->attributes))
@foreach (array_slice($account->attributes, 0, 3, true) as $key => $value) {{ $key }}: {{ $value }} @endforeach
@endif
{{ number_format($account->price, 0, ',', ' ') }} {{ $account->currency }} Детальніше →