/home/kueuepay/public_html/resources/views/admin/auth/password-forgot/forgot.blade.php
@extends('admin.auth.layouts.auth-master')

@push('css')
    <style>
        .sub-title {
            margin-top: 0px !important;
        }
    </style>
@endpush

@section('section')
    <div class="account-wrapper">
        <div class="account-header">
            <div class="site-logo">
                <img src="{{ get_logo($basic_settings) }}" alt="logo">
            </div>
            <h6 class="sub-title">{{ __("Password ") }} <span>{{ __("Reset") }}</span></h6>
            <span>{{ __("Enter your account email address or username") }}</span>
        </div>
        <form class="account-form" action="{{ setRoute('admin.password.forgot.request') }}" method="POST">
            @csrf
            <div class="form-group">
                <input type="text" class="@error('credential') is-invalid @enderror" title="Enter Username" required name="credential" value="{{ old('credential') }}" autofocus>
                <label>{{ __("Username OR Email Address") }}</label>

                @error('credential')
                    <div class="alert alert-danger">{{ $message }}</div>
                @enderror

            </div>
            <button type="submit" class="btn--base w-100 btn-loading">{{ __("Send") }}</button>
        </form>
    </div>
@endsection
Web Journal
top

Discover the Latest in Digital Payments and NFC Technology

Dive into our blog to explore the cutting-edge trends in digital payments and NFC technology. Stay updated on the innovations that are revolutionizing transactions, boosting security, and making payments quicker and more convenient. Learn how these advancements are shaping the future of financial interactions and driving the global transition towards a cashless world.

The Rise of Contactless Payments:...

In recent years, contactless payments have surged in popularity, driven...

Enhancing Payment Security: The Role...

As digital transactions proliferate, ensuring robust payment security is more critical than ever. Two foundational...

The Future of Digital Wallets:...

Digital wallets have fundamentally transformed how we manage money, offering a streamlined, secure, and highly...