@extends('template.coin.layouts.base') @section('title', __('Deposits')) @section('css') @section('content')
@csrf

Your Order no. {{$deposit->txn_id}} has been placed successfully.

Please send {{$deposit->amount}} {{system_settings('currency')}} to the address below. Your funds will appear on your account balance after your payment has been recieved and is approved by Coinpayments.

Payment Method: {{$pmethod->name}}

Make your payment of {{$deposit->amount}} {{system_settings('currency')}} to the address below

Transaction Proof

Enter the transaction code.

@endsection @section('scripts') @endsection