R{{$item->offer->selling_price}}
{{$item->offer->title}} By {{ (!empty($item->offer->takealotOfferDetails->takealotBrands)) ? $item->offer->takealotOfferDetails->takealotBrands->name : 'None'}}
@if(!empty($item->offer->takealotCompetitionHistory)) @foreach($item->offer->takealotCompetitionHistory as $history)Your Price:{{$history->your_price}} Comp Price:{{$history->competitor_price}} Percentage:{{$history->percentage}} Current Status:{{$history->status}} Last Status:{{$history->status}} Updated At:{{$history->updated_at}}
@endforeach @endif{{$item->offer->title}} By{{ (!empty($item->offer->takealotOfferDetails->takealotBrands)) ? $item->offer->takealotOfferDetails->takealotBrands->name : 'None'}}
-