@extends("layouts.app") @push("style") @endpush @section("content")
GatewayLogo
{{ $brandSettings->site_name }}

{{ $brandSettings->site_name }}

{{ show_amount($payment->paymentableAmount(), $currency) }}

@if ($payment->paymentableDiscount() > 0) {{ __("checkout.binance.discount", ["amount" => show_amount($payment->paymentableDiscount(), $currency, 4)]) }} @endif @if ($payment->paymentableFee() > 0) {{ __("checkout.binance.charge", ["amount" => show_amount($payment->paymentableFee(), $currency, 4)]) }} @endif
@csrf

{{ __("checkout.binance.order_id") }}

@endsection @push("script") @include("partials.copy") @endpush