@if($coupon_promotion->is_admin_approve == \App\Models\CouponPromotion\CouponPromotion::ENUM_YES)
@if($has_login)
@switch($teacher_coupon_promotion_status)
@case(App\Models\CouponPromotion\CouponPromotionTeacher::STATUS_VOID)
已取消/失效
@break
@case(App\Models\CouponPromotion\CouponPromotionTeacher::STATUS_PROCESSING)
處理中
@break
@case(App\Models\CouponPromotion\CouponPromotionTeacher::STATUS_GOT)
已換領
@break
@default
@break
@endswitch
@else
立即換領
@endif
@endif