@extends('client.layouts.client') @section('title', 'Nạp tiền') @section('content')
  • - Copy thông tin bên dưới hoặc chụp quét mã QR hệ thống cung cấp.
  • - Vui lòng chuyển khoản đúng nội dung và nạp từ 10.000đ đổ lên.
  • - Hệ thống sẽ tự động cộng tiền vào tài khoản sau vài phút.
  • - Nạp dưới số tiền tối thiểu không xử lý, nạp sai nội dung trừ 10%.
  • - Sau 15p nếu chưa thấy cộng tiền, hãy liên hệ Admin để được hỗ trợ.
@if ($momo->status === 'active')
Logo momo
Số Tài khoản: {{ $momo->account_number }}
Chủ tài khoản: {{ $momo->account_name }}
Nạp tối thiểu: {{ number_format($momo->min_recharge) }} VNĐ
Nội dung chuyển khoản: {{ siteValue('transfer_code') }}{{ Auth::user()->id }}
QR CODE
@endif @if ($vietcombank->status === 'active')
Logo vietcombank
Số Tài khoản: {{ $vietcombank->account_number }}
Chủ tài khoản: {{ $vietcombank->account_name }}
Nạp tối thiểu: {{ number_format($vietcombank->min_recharge) }} VNĐ
Nội dung chuyển khoản: {{ siteValue('transfer_code') }}{{ Auth::user()->id }}
@endif @if ($acb->status === 'active')
Logo ACB
Số Tài khoản: {{ $acb->account_number }}
Chủ tài khoản: {{ $acb->account_name }}
Nạp tối thiểu: {{ number_format($acb->min_recharge) }} VNĐ
Nội dung chuyển khoản: {{ siteValue('transfer_code') }}{{ Auth::user()->id }}
@endif @if ($bidv->status === 'active')
Logo Binance
Binance email: {{ $bidv->account_number }}
USDT Address Tron (TRC20): {{ $bidv->account_name }}
Binance ID: 46574352 | Price 1USDT ={{ number_format($bidv->min_recharge) }} VNĐ
Nội dung chuyển khoản: {{ siteValue('transfer_code') }}{{ Auth::user()->id }}
@endif @if ($mbbank->status === 'active')
Logo mbbank
Số Tài khoản: {{ $mbbank->account_number }}
Chủ tài khoản: {{ $mbbank->account_name }}
Nạp tối thiểu: {{ number_format($mbbank->min_recharge) }} VNĐ
Nội dung chuyển khoản: {{ siteValue('transfer_code') }}{{ Auth::user()->id }}
@endif
Nội dung: (bắt buộc ghi đúng nội dung dưới đây)
{{ siteValue('transfer_code') }}{{ Auth::user()->id }}
Nhấn vào để sao chép
LỊCH SỬ NẠP TIỀN
@foreach ($history as $historys) @endforeach @if ($history->isEmpty()) @include('admin.components.table-search-not-found', ['colspan' => 12]) @endif
ID Mã giao dịch Loại giao dịch Cổng thanh toán Người chuyển Số tiền Nội dung Trạng thái Thời gian Thao tác
{{ $historys->id }} {{$historys->bank_code }} {{ $historys->payment_method }} {{ $historys->bank_name }} Không xác định {{ number_format($historys->real_amount) }} VNĐ {!! statusRecharge($historys->status, true) !!} {{ $historys->created_at }} @if ($historys->status == 'Pending') @endif
{{ $history->appends(request()->all())->links('pagination::bootstrap-4') }}
@endsection @section('script') @endsection