{{ $user->name }}
| # | Thời gian | Link gốc | Tải lại |
|---|---|---|---|
| 1 | 07/09/2024 - 12:07:01 AN | https://vngraphic.com/profile#download-history | Tải lại |
| 2 | 07/09/2024 - 12:07:01 AN | https://vngraphic.com/profile#download-history | Tải lại |
| Gói | Thời gian | Trạng thái | Giá | Ghi chú |
|---|---|---|---|---|
| {{ $h->plan->name ?? '' }} | {{ $h->start_date }} / {{ $h->end_date }} | {{ $h->status_text }} | {{ number_format($h->final_price) }}đ | {{ $h->note }} |
| # | Thời gian | Hình thức | Tên file | Drive link | Trạng thái | ||
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $transaction->created_at }} | {{ $transaction->type }} | {{$transaction->name_file ?? '-'}} | {{$transaction->link_drive ?? '-'}} | @if ($transaction->status == 1){{ App\Constants\Constants::VERIFIED_TRANSACTION_STATUS }} | @elseif ($transaction->status == 2){{ App\Constants\Constants::UNVERIFIED_TRANSACTION_STATUS }} | @else{{ App\Constants\Constants::INVALID_TRANSACTION_STATUS }} | @endif
| # | Tên | GMV | Hoa hồng |
|---|---|---|---|
| {{ $index + 1 }} | @php $email = $member_referral->email; $parts = explode('@', $email); $maskedEmail = substr($parts[0], 0, 3) . str_repeat('*', strlen($parts[0]) - 3) . '@' . $parts[1]; @endphp{{ $maskedEmail }} | {{ number_format($member_referral->totalAmount(), 0, ',', '.') }} VNĐ | {{ number_format(($member_referral->totalAmount()/100*20), 0, ',', '.') }} VNĐ |
| Tổng cộng | {{ number_format($totalMGV, 0, ',', '.') }} VNĐ | {{ number_format($total_hoahong, 0, ',', '.') }} VNĐ |
| # | Số tài khoản | Chủ tài khoản | Ngân hàng | Số tiền | Trạng thái | ||
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $transaction_referral_member->stk }} | {{ $transaction_referral_member->customer_name }} | {{ $transaction_referral_member->bank_name }} | {{ number_format($transaction_referral_member->amount, 0, ',', '.') }} VNĐ | @if ($transaction_referral_member->status == 1)Đã chuyển | @elseif ($transaction_referral_member->status == 2)Đang chờ | @elseHủy | @endif