@php $gifts = collect($model->orderGifts->where('product_id' , $item->product_id)->all()) ; @endphp @if($gifts->isNotEmpty()) @foreach($gifts as $gift) {{ $gift->giftable->name }} 1 - هدية @endforeach @endif