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

Choose payment method and enter amount

@if(Session::has('errmessage')) @endif

You can pay using the below payment choose.

@if(!empty($pmethods)) @foreach($pmethods as $pmethod)
@endforeach @endif

Wallet

select the account you would like to depost into.

Amount

Enter the amount you would like to depost in {{system_settings('currency')}}.

{{system_settings('currency')}}
@endsection @section('scripts') @endsection