@extends("layouts.app") @push("style") @endpush @section("content")
{!! __("checkout.binance.open_app", [ "link" => 'Click here', ]) !!}
{!! __("checkout.binance.send_to", [ "binance_id" => "{$binanceId}", ]) !!} {{ __("checkout.binance.copy") }}
{!! __("checkout.binance.enter_amount", [ "amount" => "" . show_amount($payment->paymentableAmount(), $currency) . "", ]) !!} {{ __("checkout.binance.copy") }}
{!! __("checkout.binance.confirm", [ "method" => "Name", ]) !!}
{!! __("checkout.binance.enter_order_id_instruction", [ "order_id" => "Order ID", "verify" => "Verify", ]) !!}
{!! __("checkout.binance.note", [ "minutes" => $paymentTimeout, ]) !!}