Eloquent withTrashed returning null

后端 未结 0 910
暗喜
暗喜 2021-02-02 02:58

I am looping through some order items as follows:

@foreach($order->items as $item)
@if ($item->product)
{{ $item->product->id }}

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题