<div class="note note-success">
    <h4 class="block">Áp dụng Coupon thành công. Thông tin gói cước của bạn:</h4>
    @if(!empty($packageName))
    <p>Gói cước: <strong>{{ $packageName }}</strong></p>
    @endif
    @if(!empty($endTime))
    <p>Hạn sử dụng đến: <strong>{{ $endTime }}</strong></p>
        @endif
</div>