@extends('layouts.master')
@push('css')
@endpush
@section('content')
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="forgot-password ptb-80">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-5 col-xl-6 col-lg-7 col-md-10">
<div class="forgot-password-area">
<div class="account-wrapper">
<div class="account-logo text-center">
<a href="{{ setRoute('frontend.index') }}" class="site-logo">
<img src="{{ get_logo($basic_settings) }}" alt="logo">
</a>
</div>
<div class="forgot-password-content ptb-30">
<h3 class="title">{{ __("Reset Your Forgotten Password?") }}</h3>
<p>{{ __("Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.") }}</p>
</div>
<form class="account-form" action="{{ setRoute('user.password.forgot.send.code') }}" class="account-form" method="POST">
@csrf
<div class="row ml-b-20">
<div class="col-lg-12 form-group">
<input type="text" required class="form-control form--control" name="credentials" placeholder="{{ __("Enter Email") }}..." spellcheck="false" data-ms-editor="true">
</div>
<div class="col-lg-12 form-group text-center">
<button type="submit" class="btn--base w-100">{{ __("Send OTP") }}</button>
</div>
<div class="col-lg-12 text-center">
<div class="account-item">
<label>{{ __("Already Have An Account?") }} <a href="{{ setRoute('user.login') }}" class="text--base">{{ __("Login Now") }}</a></label>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
@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.