@php use App\Enums\ExchangeProcessStatus; @endphp @if (in_array($exchangeProcess->status, [ExchangeProcessStatus::Fulfilled, ExchangeProcessStatus::Canceled, ExchangeProcessStatus::Failed])) @else @endif