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