@extends('frontend.layouts.frontend') @section('metaTitle', $page->metaTitle) @section('metaDescription', $page->metaDescription) @section('metaKeywords', $page->metaKeywords) @section('content')
@include('frontend.section.process-tab')

Konfirmasi OTP

Konfirmasi OTP

Kami telah mengirimkan OTP ke nomor ponsel terdaftar Anda di {!! $customer->phone !!}. OTP akan Anda terima dalam 2 menit ke depan.
@if($errors->any())

{{$errors->first()}}

@endif

Masukan OTP tersebut untuk mengkonfirmasi:

{{-- [AG-6562] Hide until document can properly simulate full payment details
--}}
@include('frontend.section.loan-product-details')
@endsection @section('jsCustom') @js('/assets/frontend/js/transaction/confirm-payment.js') @endsection