@if (!$stack)
Note: Your rank allows you to transfer account-bound items to another user.
@endif {!! Form::open(['url' => 'inventory/edit']) !!}| Source | @elseSource | @endifNotes | Quantity | ||||
|---|---|---|---|---|---|---|---|
| {!! Form::checkbox('ids[]', $itemRow->id, false, ['class' => 'item-check', 'onclick' => 'updateQuantities(this)']) !!} | {!! array_key_exists('data', $itemRow->data) ? ($itemRow->data['data'] ? $itemRow->data['data'] : 'N/A') : 'N/A' !!} | @else{!! array_key_exists('data', $itemRow->data) ? ($itemRow->data['data'] ? $itemRow->data['data'] : 'N/A') : 'N/A' !!} | @endif{!! array_key_exists('notes', $itemRow->data) ? ($itemRow->data['notes'] ? $itemRow->data['notes'] : 'N/A') : 'N/A' !!} | @if ($user && !$readOnly && ($stack->first()->user_id == $user->id || $user->hasPower('edit_inventories'))) @if ($itemRow->availableQuantity){!! Form::selectRange('', 1, $itemRow->availableQuantity, 1, ['class' => 'quantity-select', 'type' => 'number', 'style' => 'min-width:40px;']) !!} /{{ $itemRow->availableQuantity }} @if ($itemRow->getOthers()) {{ $itemRow->getOthers() }} @endif | @else{!! Form::selectRange('', 0, 0, 0, ['class' => 'quantity-select', 'type' => 'number', 'style' => 'min-width:40px;', 'disabled']) !!} /{{ $itemRow->availableQuantity }} @if ($itemRow->getOthers()) {{ $itemRow->getOthers() }} @endif | @endif @else{!! $itemRow->count !!} | @endif@if (!$itemRow->isTransferrable) @endif |
This will transfer this stack or stacks to this character's inventory.
This will donate this item to the Donation Shop, where it will be available for other users to take. This action is not reversible. Are you sure you want to donate this item?
This item can be sold for {!! App\Models\Currency\Currency::find($item->resell->flip()->pop())->display($item->resell->pop()) !!}. This action is not reversible. Are you sure you want to sell this item?
This action is not reversible. Are you sure you want to delete this item?