@if(!empty($extraMonth))
<div class="form-group info-group flex flex-ai-center flex-jc-between has-border-bottom">
    <div class="info-label">Số tháng tặng kèm</div>
    <div class="info-value"><b  style="color: #ff5722" class="total-item-price">{{ $extraMonth }} tháng</b></div>
</div>
@endif
@if(!empty($discount))
<div class="form-group info-group flex flex-ai-center flex-jc-between has-border-bottom">
    <div class="info-label">Số tiền giảm</div>
    <div class="info-value"><b  style="color: #ff5722" class="total-item-price">{{ $discount }}</b> <span  style="color: #ff5722"
                                                                                                           class="pp_currency-symbol">₫</span></div>
</div>
    @endif