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

Opps, payment cancelled!

You have cancelled your payment via Crypto Wallet. Don't worry, you can make payment any time to deposit your account.

Transaction ID {{$deposit->txn_id}}

Please do not hesitate to contact us if you have any questions.
@endsection @section('modals') @endsection @section('js') @endsection