{{$category->title}} Sold

This report lists only {{$category->title}} sold. Note that these orders possibly contain other products as well. Click through to view the entire order.

{{$category->title}}

@php $ttl = 0; $count = 0; @endphp @foreach($products as $product) @php $ttl = $ttl + $product->total * $product->amount; $count = $count + $product->total; @endphp @endforeach
Order ID Date Transaction No Customer Verified Qty Each Total
{{$product->id}} {{date('M d g:i a', strtotime($product->created_at))}} @if($product->order->transaction) {{$product->order->transaction->transaction_no}} @else
This order has no associated transaction. It is likely that this was a decline or other transaction error. Please contact Westlinks Online to investigate.
@endif
{{$product->order->user->full_name}} @if($product->order->user->email_verified_at != "") @endif {{$product->total}} ${{ number_format($product->amount,2)}} ${{ number_format($product->total * $product->amount,2)}}
Total {{$category->title}} Sold {{ $count }} ${{ number_format($ttl,2) }}