PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
user
@extends($activeTemplate.'layouts.frontend') @section('content') <section class="dashboard-section pt-60 pb-60"> <div class="container"> <div class="pt-100 pb-100"> <div class="row"> <div class="col-xl-3"> @include($activeTemplate . 'partials.sidebar') </div> <div class="col-xl-9"> <div class="mb-4 d-xl-none text-end"> <div class="sidebar__init"> <i class="las la-columns"></i> </div> </div> <div class="profle-wrapper"> <form class="user-profile-form row" method="post"> @csrf <div class="col-md-12 mb-20"> <label for="current_password" class="form--label mb-2">@lang('Current Password')</label> <input class="form-control form--control-2 bg--body" id="current_password" type="password" placeholder="@lang('Enter Current Password')" name="current_password" required="" autocomplete=""> </div> <div class="col-md-12 mb-20 hover-input-popup"> <label for="current_password" class="form--label mb-2">@lang('New Password')</label> <input class="form-control form--control-2 bg--body" id="current_password" type="password" name="password" placeholder="@lang('Enter New Password')" required="" autocomplete=""> @if($general->secure_password) <div class="input-popup"> <p class="error lower">@lang('1 small letter minimum')</p> <p class="error capital">@lang('1 capital letter minimum')</p> <p class="error number">@lang('1 number minimum')</p> <p class="error special">@lang('1 special character minimum')</p> <p class="error minimum">@lang('6 character password')</p> </div> @endif </div> <div class="col-md-12 mb-20"> <label for="confirm_password" class="form--label mb-2">@lang('Confirm Password')</label> <input class="form-control form--control-2 bg--body" id="confirm_password" type="password" name="password_confirmation" required="" placeholder="@lang('Enter Confirm Password')" autocomplete=""> </div> <div class="col-lg-12 text-end"> <button type="submit" class="cmn--btn btn__global">@lang('Change Password')</button> </div> </form> </div> </div> </div> </div> </div> </section> @endsection @push('style') <style> .hover-input-popup { position: relative; } .hover-input-popup:hover .input-popup { opacity: 1; visibility: visible; } .input-popup { position: absolute; bottom: 130%; left: 50%; width: 280px; background-color: #1a1a1a; color: #fff; padding: 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .input-popup::after { position: absolute; content: ''; bottom: -19px; left: 50%; margin-left: -5px; border-width: 10px 10px 10px 10px; border-style: solid; border-color: transparent transparent #1a1a1a transparent; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .input-popup p { padding-left: 20px; position: relative; } .input-popup p::before { position: absolute; content: ''; font-family: 'Line Awesome Free'; font-weight: 900; left: 0; top: 4px; line-height: 1; font-size: 18px; } .input-popup p.error { text-decoration: line-through; } .input-popup p.error::before { content: "\f057"; color: #ea5455; } .input-popup p.success::before { content: "\f058"; color: #28c76f; } </style> @endpush @push('script-lib') <script src="{{ asset('assets/global/js/secure_password.js') }}"></script> @endpush @push('script') <script> (function ($) { "use strict"; @if($general->secure_password) $('input[name=password]').on('input',function(){ secure_password($(this)); }); @endif })(jQuery); </script> @endpush
[+]
purchase
[+]
support
[+]
withdraw
[+]
..
[+]
product
[+]
showcase
[+]
auth
[-] twofactor.blade.php
[edit]
[+]
community
[-] transaction.blade.php
[edit]
[+]
message
[-] deposit_history.blade.php
[edit]
[+]
payment
[-] dashboard.blade.php
[edit]
[-] profile_setting.blade.php
[edit]
[+]
teamSetting
[+]
order
[+]
manual_payment
[+]
collection
[-] password.blade.php
[edit]
[+]
fashionNft
[-] payment.blade.php
[edit]