I am looping through some order items as follows:
@foreach($order->items as $item) @if ($item->product) {{ $item->product->id }}