@php $gifts = collect($model->orderGifts->where('product_id' , $item->product_id)->all()) ; @endphp @if($gifts->isNotEmpty()) @foreach($gifts as $gift)