@extends('user.layouts.master')
@section('breadcrumb')
@include('user.components.breadcrumb',['breadcrumbs' => [
[
'name' => __("Dashboard"),
'url' => setRoute("user.dashboard"),
]
], 'active' => __("KYC Verification")])
@endsection
@section('content')
<div class="body-wrapper">
<div class="row mb-20-none">
<div class="col-xl-12 col-lg-12 mb-20">
<div class="custom-card mt-10">
<div class="dashboard-header-wrapper">
<h5 class="title">{{ __("Proof Of Identity") }}</h5>
</div>
<div class="kyc-area">
<div class="card-body">
<div class="personal-details pb-4">
@include('user.components.profile.kyc', compact('user_kyc'))
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@push('script')
@endpush
To access the Kueue Pay Developer API, you’ll need an API key. You can obtain your API key by logging in to your Kueue Pay merchant account and navigating to the API section. Collect Client ID , Secret ID & Merchant ID Carefully. Keep your API key confidential and do not share it publicly.