@extends('layouts.app') @section('content')
| Catalog |
|
Updated:
{{ $item->updated_at->diffForHumans() }}
Creator:
{{ $item->user->username }}
Number Sold:
{{ number_format($item->sales) }}
D$: {{ number_format($item->price) }}
|
@endforeach
||||
|
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. |
||||