{{ $item->name }}

{{ $item->description }}

@if ($item->equipped)
@csrf
@else
@csrf @if ($item->location === 'stash') @endif
@endif @if ($item->ability)
Special Ability: {{ $item->ability->name }} — {{ $item->ability->description }}
@endif @if ($item->location === 'stash')
@csrf
@else
@csrf
@endif
@csrf