@extends('layouts.master')
@push('css')
@endpush
@section('content')
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div class="new-password ptb-80">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5 col-md-5">
<div class="new-password-area">
<div class="account-wrapper">
<span class="account-cross-btn"></span>
<div class="account-logo text-center">
<a href="{{ setRoute('frontend.index') }}" class="site-logo">
<img src="{{ get_logo($basic_settings) }}" alt="logo">
</a>
</div>
<form class="account-form ptb-30" action="{{ setRoute('user.password.reset',$token) }}" method="POST" class="account-form">
@csrf
<div class="row ml-b-20">
<label>{{ __("Enter New Password") }}</label>
<div class="col-lg-12 form-group show_hide_password">
<input type="password" class="form-control form--control" name="password" placeholder="{{ __("Enter New Password") }}...">
<a href="javascript:void(0)" class="show-pass"><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
</div>
<label>{{ __("Enter Confirm Password") }}</label>
<div class="col-lg-12 form-group show_hide_password-2">
<input type="password" class="form-control form--control" name="password_confirmation" placeholder="{{ __("Enter Confirm Password") }}...">
<a href="javascript:void(0)" class="show-pass"><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
</div>
<div class="col-lg-12 form-group text-center pt-3">
<button type="submit" class="btn--base w-100">{{ __("Reset") }}</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
@endsection
@push('script')
@endpush
Contact Section
We’d love to hear from you! Whether you have questions, feedback, or need support, our team is here to help. Reach out to us via email, phone, or visit our office. We’re committed to providing you with exceptional service and ensuring your experience with NFC Pay is seamless and satisfying. Let’s connect!