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

{{ $brandSettings->site_name }}

{{ show_amount($payment->paymentableAmount(), $gateway->gatewayifyCurrency()) }}

@if ($payment->paymentableDiscount() > 0) {{ __("checkout.bank.discount", ["amount" => show_amount($payment->paymentableDiscount(), $gateway->gatewayifyCurrency(), 4)]) }} @endif @if ($payment->paymentableFee() > 0) {{ __("checkout.bank.charge", ["amount" => show_amount($payment->paymentableFee(), $gateway->gatewayifyCurrency(), 4)]) }} @endif
@csrf
@if ($gateway->description)
{!! $gateway->description !!}
@endif
@endsection @push("script") @include("partials.copy") @endpush