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

{{ $item->name }}

Add To Sets
Add to Set:
Add a new set

{{ config('app.name') }} {{ $item->type }}

@if ($item->onsale && $item->approved) @if (!$ownedItem)
D$: {{ number_format($item->price) }}
@csrf Buy with D$
@else You already own this. @endif @else Item not for sale. @endif
Created: {{ $item->created_at->diffForHumans() }}
Updated: {{ $item->updated_at->diffForHumans() }}
Total Sold: {{ $item->sales }}
Genres:
Description:
{{ $item->description }}
@if ($item->user == Auth::user() || Auth::user()->admin) @endif
Recommendations
Here are some other items that we think you might like.

There's nothing here.

 
Create A Set

Name:

Description:

Image:

@endsection