@php $page = 'deposits' @endphp @extends('includes.layout') @section('content')

Make Payment


Amount: ${{ number_format($order->amount, 2) }}

== PAY TO OUR WALLETS ==

@if(optional($order->system_wallet)->type == 'bank')
@endif @if(optional($order->system_wallet)->type == 'crypto')
@if($order->system_wallet->avatar_url != null)

Or

{{ env('APP_NAME') }}
@endif
@if($order->system_wallet->name == 'USDT')

Please for {{$order->system_wallet->name}} transactions, send through the TRC20 network, failure to do this might result to loss of funds

@endif @endif

Do well to make your payment to the {{ optional($order->system_wallet)->type == 'crypto' ? optional($order->system_wallet)->name.' Wallet' : 'Bank Detail' }} provided above, failure to adhere to this rule might result to loss of funds.

@if(optional($order->system_wallet)->type == 'crypto')

== How to pay with {{ $order->system_wallet->name }} ==

  1. Get a Wallet: First you'll need a {{ $order->system_wallet->name }} wallet – an app that lets you receive, hold, and spend {{ $order->system_wallet->name }}.
  2. Make a payment: Making a blockchain payment is fast, convenient, and extremely secure. 
@endif

== Upload Payment Proof ==

@csrf @method('patch')

Status
{{ Str::ucfirst($order->status) }}

@endsection @push('scripts') @endpush