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

Opps, withdrawal cancelled!

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

Transaction ID {{$withdrawal->txn_id}}

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