KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/sld.edukrypt.app/resources/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/sld.edukrypt.app/resources/views/change-password.blade.php
<!doctype html>
<html lang="en">
 @include('includes.style')
  <body>

    <div class="wrapper home-bg">
      <div class="fixed-header black-header">
          <div class="container-fluid cf-set">
              @include('includes.headerout')
          </div>
      </div>
      <div class="data-adjust">
          <div class="container-fluid cf-set">
              <div class="row align-items-top justify-content-center pt-20 mt-5">
                  <div class="col-lg-4 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s">
                      <x-flashMessage />

                 

                      <form method="post" action="{{route('web.change-password')}}">
                        @csrf
                    <h2 class="h2 mb-3" style="margin:30px">Change Password </h2>
                      <div class="mb-3">
                        <label for="exampleInputEmail1" class="form-label">New Password</label>
                        <input type="password" name="password" class="form-control" placeholder="Password......">
                        @if ($errors->has('password'))
                        <div class="error">
                            {{ $errors->first('password') }}
                        </div>
                    @endif
                      </div>

                      <div class="mb-3">
                        <label for="exampleInputEmail1" class="form-label">Confirm New Password</label>
                        <input type="password" name="password_confirmation" class="form-control" placeholder="Confirm Password......">
                        @if ($errors->has('password_confirmation'))
                        <div class="error">
                            {{ $errors->first('password_confirmation') }}
                        </div>
                    @endif
                      </div>


                    

                      <div class=" d-flex justify-content-center">
                       

                        {{-- <div class="button_su mt-3 mb-3 "  >
                          <span class="su_button_circle"></span>
                          <a href="{{route('web.profile')}}"   class="button_su_inner"><span class="button_text_container"> <i class="bi bi-arrow-left"></i> Back </span></a>
                        </div> --}}



                        <button class="button_su mt-3 mb-3 " type="submit" >
                          <span class="su_button_circle"></span>
                          <a href="#"   class="button_su_inner"><span class="button_text_container"> Submit <i class="bi bi-arrow-right"></i></span></a>
                        </button>
                      </div>

                      

                     



                      {{-- <a href="{{route('web.home')}}">Login</a> --}}
             
              
                    </form>
             
                  </div>

                  <div class="col-lg-3 offset-lg-1 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s">
                    <center>
                      <img style="margin:30px" width="100%" src="{{asset('public/frontend/img/login.png')}}" alt="">
                    </center>
                  </div>

              </div>
          </div>
      </div>
  </div>
  {{-- @include('includes.footer') --}}
@include('includes.js')

    
  </body>
</html>

Anon7 - 2021