@if($offer->status === 'ready')
@csrf
@endif @if(in_array($offer->status, ['ready', 'fetch_failed', 'given_up']))
@csrf
@endif @if(in_array($offer->status, ['ignored', 'given_up']))
@csrf
@endif
@csrf @method('DELETE')