@php use App\Enums\Plan\TypeEnum; $isPrepaid = $plan->type === TypeEnum::TOKEN_PACK->value; $check_html = ''; if ($style === 'style-2') { $check_html = ' '; } @endphp