@extends('layouts.payment_layout') @section('content')

Subscribe to {{$plan->name}} with {{$method->name}}

You are 2 minutes away from accessing our database!
Payment Method: {{$method->name}}
Amount: {{number_format($plan->price)}} USD
Payment Instructions

You are to make payment of {{number_format($plan->price)}} USD using your selected payment method. Screenshot and upload the proof of payment.

@if($method->slug == 'crypto-deposit')
Scan QR Code
Payment QR Code

Scan the QR code with your payment app

{{$method->name}} Address:

{{$method->details}}

Amount:

{{number_format($plan->price)}} USD

{{$method->name}} Address
Network Type: {{data_get($method->details , 'network')}}
@elseif($method->slug == 'bank-deposit')
Bank Name
Account Name
Account Number
Swift Address
@endif
@csrf

Click to upload or drag and drop

PNG, JPG or PDF (max. 5MB)

Preview

@endsection @section('javascript') @endsection