{{ $orders->firstitem() + $key }} |
{{ $order->name }}
|
@if($order->variation)
{{ $order->variation->sku }}
@else
--
@endif
|
@if($order->variation)
@if($order->variation->unit)
{{ $order->variation->unit->name }}
@else
--
@endif
@else
--
@endif
|
@if($order->variation)
{{ $order->variation->type }}
@else
--
@endif
|
@if($order->total_quantity)
{{ $order->total_quantity }}
@else
--
@endif
|
@endforeach