{{ __('Opps, withdraw cancelled!') }}

{{ __("You have cancelled your withdraw via :method. Don't worry, you can make withdraw any time from your account.", ['method' => $transaction->method_name]) }}

@if(filled($transaction))

{{ __('Transaction ID') }} {{ $transaction->tnx ?? '' }}

@endif
{!! __('Please do not hesitate to :contact if you have any questions.', [ 'contact' => get_page_link('contact', __('contact us')) ]) !!}