@extends('guard.layouts.app') @section('title', 'Nạp tiền') @section('content')
🚫 Không xử lý với trường hợp sau:
- Cố tình nạp dưới mức nạp không hỗ trợ
- Không hỗ trợ xử lý các đơn nạp không có mã nạp và sai mã nạp.
⚠️Lưu ý cần đọc:️
- Qúa 15->30phút không thấy xu vào liên hệ admin ở góc màn hình để xử lý.
- Sau khi nạp xong nghiêm cấm không nạp lại mã nạp cũ trước đó, hãy loading lại website để có mã nạp mới.
@if ($momo->status === 'active')
@endif @if ($vietcombank->status === 'active')
@endif @if ($acb->status === 'active')
@endif @if ($bidv->status === 'active')
@endif @if ($mbbank->status === 'active')
@endif
Lịch sử nạp tiền
@foreach ($history as $historys) @endforeach
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
{{ $historys->id }} {{$historys->order_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 }}
@endsection @section('script') @endsection