@extends('frontend.layouts.app') @section('title', app_name() . ' | Payment Confirmation') @push('after-styles') @endpush @section('content') {{ html()->form('POST', $form_values['url'])->class('form-horizontal align-item-centers')->open() }} {!! $form_values['values'] !!}

If full payment is made, our operator will review your topup and respond within 48 hours.


{{ $total_amount }}
is confirmed to pay now.

{{ html()->closeModelForm() }} @endsection