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

{{ $brandSettings->site_name }}

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

@if ($payment->paymentableDiscount() > 0) {{ __("checkout.mfs.discount", ["amount" => show_mfs_amount($payment->paymentableDiscount(), $gateway->gatewayifyCurrency())]) }} @endif @if ($payment->paymentableFee() > 0) {{ __("checkout.mfs.charge", ["amount" => show_mfs_amount($payment->paymentableFee(), $gateway->gatewayifyCurrency())]) }} @endif
@csrf
  • {!! __("checkout.mfs.open_app", [ "method" => "{$name}", ]) !!}


  • {!! __("checkout.mfs.choose_type", [ "account_type" => "{$accountType}", ]) !!}


  • {!! __("checkout.mfs.enter_number", [ "number" => "{$number}", ]) !!} {{ __( {{ __("checkout.mfs.copy") }} @if (filled($qrCode)) {{ __( {{ __("checkout.mfs.show_qr") }} @endif


  • {!! __("checkout.mfs.enter_amount", [ "amount" => "" . show_mfs_amount($payment->paymentableAmount(), $gateway->gatewayifyCurrency()) . "", ]) !!} {{ __( {{ __("checkout.mfs.copy") }}


  • {!! __("checkout.mfs.enter_pin", [ "method" => "{$name}", ]) !!}


  • {!! __("checkout.mfs.enter_transaction", [ "transaction_id" => "Transaction ID", "verify" => "Verify", ]) !!}

@if ($gateway->description)
{{ $gateway->description }}
@endif

{{ __("checkout.mfs.transaction_id") }}

@if (filled($qrCode)) @endif @endsection @push("script") @include("partials.copy") @endpush