@if($order->orderOtherProducts()->count()) @foreach ($order->orderOtherProducts as $po) @endforeach @else @endif
Image Product Show In Collection Action(s)
{{ $po->otherProduct->product_name }} @if (!is_null($po->other_product_option_id))

- {{ $po->otherProductOption->name ?? '' }}

@endif @if ($po->quantity > 1)

QTY: {{ $po->quantity }}

@endif

AUD ${{ numberFormat($po->product_total_price) }}

@if ($po->postage_fee > 0)

Postage Fee: AUD ${{ numberFormat($po->postage_fee) }}

@endif
{!! yesNo($po->otherProduct->collection_show) !!} @if(!isArchived($order->archive) && canChangeOrder($order)) @if(!isTrue($po->otherProduct->is_free) && (isTrue($po->otherProduct->has_option) || $po->otherProduct->quantity_limit > 1)) @endif @endif
No Additional Product Ordered