@php use App\Enums\Plan\TypeEnum; $isPrepaid = $plan->type === TypeEnum::TOKEN_PACK->value; @endphp