@can('monitoring.offers.manage')
@if($offer->platform === 'shopee' && $offer->status === 'manual_review')
@endif
@if($offer->status === 'ready')
@endif
@if($offer->status === 'ready' || $offer->status === 'fetch_failed' || $offer->status === 'given_up')
@endif
@if($offer->status === 'ignored' || $offer->status === 'given_up')
@endif
@if(in_array($offer->status, ['fetch_failed', 'processing', 'given_up', 'ignored', 'manual_review'], true))
@endif
@endcan