@extends("layouts.app") @push("style") @endpush @section("content")
{!! __("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", ]) !!}