@extends('layouts.master_layout') @section('include_css') @endsection @section('content')
QUÉT MÃ THANH TOÁN XONG GÓI SẼ TỰ ĐỘNG KÍCH HOẠT SAU VÀI GIÂY
Thông tin chuyển khoản
QR Code

Ngân hàng: MB-BANK

Chủ tài khoản: PHAM XUAN QUY

Số tài khoản: 9999928071998

Nội dung chuyển khoản: {{ $transaction->description }}

Thông tin gói đăng ký
{{-- Tên Gói --}}
Tên gói:
{{ $subcription_plan->name ?? '1 tháng' }}
Giá gốc:
{{-- -{{ $discount_price }}% --}} {{ number_format($subcription_plan->price_sale, 0, ',', '.') }} {{ number_format($data_price, 0, ',', '.') }} VNĐ
{{-- @if($subcription_plan->ref == "yearly")
(~ 49.000đ/tháng)
@endif --}}
@if($subcription_plan->ref == "yearly")
Khuyến mãi: THÁNG 12
+12 Tháng
@else
Khuyến mãi: THÁNG 12
{{$discount_price}}%
@endif @if(isset($voucher) && $voucher)
Mã ưu đãi:
{{ $voucher->code }} ( {{ number_format($voucher->discount_value, 0, ',', '.') }} @if($voucher->discount_type == 'percentage')% @else VND @endif)
@if(!empty($discount_price))
Giảm giá:
- {{ number_format($discount_price, 0, ',', '.') }} VNĐ
@endif @endif
Tổng tiền:
{{ number_format($transaction->amount, 0, ',', '.') }} VNĐ
Hướng dẫn quét QR
Nếu sau 5 phút bạn chưa nhận được thông báo đăng ký thành công, vui lòng liên hệ qua 0973330800 để được hỗ trợ.
@endsection