{{ $this->form }} @if($hasSearched) @if(count($keystoneItems) > 0) Invoice Details
@foreach($keystoneItems as $index => $item) @endforeach
# Order ID Product Partslink Cheapest Price Action
{{ $index + 1 }} {{ $item['order_id'] }} {{ $item['product_name'] }} {{ $item['partslink'] }} ${{ number_format($item['price'], 2) }} Order Part
@else
No Keystone items found for this order.
@endif @endif