@extends('layouts.user') @section('main') @include('layouts.nav')
{{ $type }} Payment


1. Copy Company Wallet Address or Scan QR Code
2. Make Payment to Wallet Address
3. Proceed to wallet and make payment( {{ $amount }} {{ Auth::user()->currency }})
4. Upload Proof of Payment

Note that payment will be confirmed


@can('BTC')

Scan QR Code



Wallet Address

@endcan @can('USDT')

Wallet Address

@endcan @can('ETH')

Wallet Address

@endcan @can('BTCCASH')

Wallet Address

@endcan


Upload Proof of Payment

{{ csrf_field() }} {{ method_field('patch') }}
@endsection