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

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

@if(filled($transaction))

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

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