@extends('template.coin.layouts.base') @section('title', __($deposit->txn_id.' | Complete Deposit')) @section('css') @endsection @section('content')

Make Your Payment

Your deposit {{$deposit->txn_id}} has been placed successfully. To complete, please send the exact amount of {{$depositDetails['exc_curr']}} {{$depositDetails['currency']}} to the address below.

@if ($errors->has('tnx'))

{{$errors->first('tnx')}}

@endif
@endsection @section('modals') @endsection @section('js') @endsection