@endif
{{$item['date_sold']}}
|
{{$item['order_number']}}
|
{{ $item['price_type'] == 'text' ? 'Package Pricing' : $item['brand']}}
|
{{$item['price_type'] == 'text' ? 'Package Pricing' : $item['model_number']}}
|
{{$item['store_location'] }}
|
{{$item['sales_person'] }}
|
{{ $item['quantity'] }}
|
${{$item['type'] == 'return' ? '-' :''}}{{ number_format($item['cost'],2) }}
|
${{$item['type'] == 'return' ? '-' :''}}{{ number_format($item['price'],2) }}
|
${{$item['type'] == 'return' ? '-' :''}}{{ number_format($item['total_price'],2) }}
|
${{$item['type'] == 'return' ? '-' :''}}{{ number_format($item['profit_margin'],2) }} ({{$item['type'] == 'return' ? '-' :''}}{{$item['profit_margin_percent']}}%)
|
@empty
|
|
|
|
|
Total |
{{$data['total_quantity']}} |
${{number_format($data['total_cost'],2)}} |
${{number_format($data['price'],2)}} |
${{number_format($data['total_price'],2)}} |
${{number_format($data['total_profit_margin'],2)}}({{$data['total_profit_margin_percentage']}}%) |