PATH:
home
/
centosnipponia
/
public_html
/
ts
/
resources
/
views
/
pages
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>{{ __('Forgot Password | Radmin - Laravel Admin Starter') }}</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="{{ asset('favicon.png')}}" type="image/x-icon" /> {{-- <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800" rel="stylesheet"> --}} <link rel="stylesheet" href="{{ asset('plugins/bootstrap/dist/css/bootstrap.min.css')}}"> <link rel="stylesheet" href="{{ asset('plugins/fontawesome-free/css/all.min.css')}}"> <link rel="stylesheet" href="{{ asset('plugins/ionicons/dist/css/ionicons.min.css')}}"> <link rel="stylesheet" href="{{ asset('plugins/icon-kit/dist/css/iconkit.min.css')}}"> <link rel="stylesheet" href="{{ asset('plugins/perfect-scrollbar/css/perfect-scrollbar.css')}}"> <link rel="stylesheet" href="{{ asset('dist/css/theme.min.css')}}"> <link rel="stylesheet" href="{{ asset('dist/css/style.css')}}"> <link rel="stylesheet" href="{{ asset('dist/css/theme-image.css')}}"> <script src="{{ asset('src/js/vendor/modernizr-2.8.3.min.js')}}"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="auth-wrapper"> <div class="container-fluid h-100"> <div class="row flex-row h-100 bg-white"> <div class="col-xl-8 col-lg-6 col-md-5 p-0 d-md-block d-lg-block d-sm-none d-none"> <div class="lavalite-bg" > <div class="lavalite-overlay"></div> </div> </div> <div class="col-xl-4 col-lg-6 col-md-7 my-auto p-0"> <div class="authentication-form mx-auto"> <div class="logo-centered"> <a href=""><img width="150" src="{{ asset('img/logo.png')}}" alt=""></a> </div> <h3>{{ __('Forgot Password') }}</h3> <p>{{ __('We will send you a link to reset password.') }}</p> @if (session('status')) <div class="alert alert-success" role="alert"> {{ session('status') }} </div> @endif <form method="POST" action="{{ route('password.email') }}"> @csrf <div class="form-group"> <input type="email" class="form-control @error('email') is-invalid @enderror" placeholder="Your email address" name="email" value="{{ old('email') }}" required> <i class="ik ik-mail"></i> </div> @error('email') <span class="invalid-feedback" style="display: block;" role="alert"> <strong>{{ $message }}</strong> </span> @enderror <div class="sign-btn text-center"> <button class="btn btn-theme">{{ __('Submit') }}</button> </div> </form> <div class="register"> <p>{{ __('Not a member') }}? <a href="{{ url('register')}}">{{ __('Create an account') }}</a></p> </div> </div> </div> </div> </div> </div> <script src="{{ asset('src/js/vendor/jquery-3.3.1.min.js')}}"></script> <script src="{{ asset('plugins/popper.js')}}/dist/umd/popper.min.js')}}"></script> <script src="{{ asset('plugins/bootstrap/dist/js/bootstrap.min.js')}}"></script> <script src="{{ asset('plugins/perfect-scrollbar/dist/perfect-scrollbar.min.js')}}"></script> <script src="{{ asset('plugins/screenfull/dist/screenfull.js')}}"></script> </body> </html>
[+]
..
[-] calendar.blade.php
[edit]
[-] charts-amcharts.blade.php
[edit]
[-] charts-chartist.blade.php
[edit]
[-] charts-flot.blade.php
[edit]
[-] charts-knob.blade.php
[edit]
[-] dashboard.blade.php
[edit]
[-] datatable-editable.blade.php
[edit]
[-] form-addon.blade.php
[edit]
[-] form-advance.blade.php
[edit]
[-] form-components.blade.php
[edit]
[-] form-picker.blade.php
[edit]
[-] invoice.blade.php
[edit]
[-] layout-edit-item.blade.php
[edit]
[-] layouts.blade.php
[edit]
[-] navbar.blade.php
[edit]
[-] pricing.blade.php
[edit]
[-] profile.blade.php
[edit]
[-] project.blade.php
[edit]
[-] table-bootstrap.blade.php
[edit]
[-] table-datatable.blade.php
[edit]
[-] taskboard.blade.php
[edit]
[+]
ui
[-] view.blade.php
[edit]
[-] widget-chart.blade.php
[edit]
[-] widget-data.blade.php
[edit]
[-] widget-statistic.blade.php
[edit]
[-] widgets.blade.php
[edit]
[-] forgot-password.blade.php
[edit]
[-] register.blade.php
[edit]
[-] .htaccess.disabled
[edit]