@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')

{{ $paymentMethod->account_type }} Deposit

1
Transaction ID
2
Upload Proof
3
Account Details
4
Confirmation
Payment Method {{ $paymentMethod->account_type }}
@if($paymentMethod->type == 'bank' && $paymentMethod->bank_name)
Bank Name {{ $paymentMethod->bank_name }}
@endif @if($paymentMethod->account_name)
Account Name {{ $paymentMethod->account_name }}
@endif
{{ $paymentMethod->type === 'rast' ? 'Till ID' : 'Account Number' }}
{{ $paymentMethod->type === 'rast' ? $paymentMethod->till_id : $paymentMethod->account_number }}
@if($paymentMethod->type === 'rast')
Kindly dial *786*10# and transfer the funds to the (TILL ID provided)
@endif @if(($paymentMethod->type === 'rast' || $paymentMethod->type === 'onepay') && $paymentMethod->qr_scanner)
QR Scanner
QR Scanner
@endif
Amount {{ number_format($pkrAmount, 0) }} PKR

Enter Transaction ID

Enter the transaction ID from your payment

30:00

Upload Payment Proof

Upload a screenshot or image of your payment confirmation

Click to upload screenshot (JPEG, PNG, etc.)

30:00

Enter Account Details

Enter the account details from which you sent the payment

30:00

Request Received

Your recharge request has been received

Your recharge request has been received.
The amount will be added to your account within 24 hours.

@push('scripts') @endpush @endsection