@extends('home.layout') @section('home-title') Account Search @endsection @section('home-content') {!! breadcrumbs(['Inventory' => 'inventory', 'Account Search' => 'account-search']) !!}
Select an item to search for all occurrences of it in your and your characters' inventories, as well as your shops. If a stack is currently "held" in a trade, design update, or submission, this will be stated and all held locations will be linked.
{!! Form::open(['method' => 'GET', 'class' => '']) !!}You currently have {{ $userItems->pluck('count')->sum() + $characterItems->pluck('count')->sum() + $shopItems->pluck('quantity')->sum() }} of this item between your and your characters' inventories.
@if ($userItems->count())