@extends('layouts.app') @section('content')
Catalog

LEGEND


Builders Club Only items are those which can only be purchased by users with a Builders Club membership.


Limited Items are those which were once sold by Roblox and will not be sold again. Users who own these items can re-sell them to other users for the price of their choice.


Limited Unique Items are sold by Roblox until they run out (we could release, say, 100 of a certain hat.) When you buy these, they are stamped with a serial number (i.e. 7 / 100) that shows which one you got.

Once these items run out, they can also be sold to other users.
{{ $type }} For Sale
@foreach (array_chunk($items->items(), 5) as $rowitems) @foreach ($rowitems as $item) @endforeach @endforeach
{{ $item->name }}
Updated: {{ $item->updated_at->diffForHumans() }}
Number Sold: {{ number_format($item->sales) }}
D$: {{ number_format($item->price) }}
Avatar Items - {{ config('app.name') }} has a full virtual goods catalog with avatar items and other virtual items. Create a free account on {{ config('app.name') }} and start collecting

virtual avatar items

, virtual goods, virtual items, and other gear for your virtual avatars.
{{ $items->links('pagination.simple') }}
@endsection