PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
resources
/
views
@extends('adminlte::page') @section('title', 'Dashboard') @section('plugins.Datatables', true) @section('content_header') <h1>Change Password for {{ $user_current->name }}</h1> @stop @section('content') <div class="container"> <!-- Content here --> <form action="{{url('reset_user_password')}}" method="post" > <input type="hidden" class="form-control" name="modified_by" id="modified_by" value={{ Auth::user()->name }} > <input type="hidden" class="form-control" name="id" id="id" value={{ $user_current->id }} > {{ csrf_field() }} <div class="row"> <div class="col-md-3 mb-5"> <div class="form-group"> <label for="password">New Password</label> <input type="password" class="form-control" name="password" id="password"> </div> </div> </div> <div class="row"> <div class="col-md-3 mb-5"> <button type="submit" class="btn btn-primary">Update</button> </div> </div> </form> </div> @stop @section('css') <link rel="stylesheet" href="/css/admin_custom.css"> @stop @section('js') <script> var invoicenipcheck = document.getElementById('invoiced'); var inv_nbr = document.getElementById('inv_nipponia_nbr'); var inv_nipponia_paid = document.getElementById('inv_nipponia_paid'); var inv_nipponia_date = document.getElementById('inv_nipponia_date'); invoicenipcheck.onchange = function() { inv_nipponia_nbr.disabled = !this.checked ; inv_nipponia_paid.disabled = !this.checked ; inv_nipponia_date.disabled = !this.checked ; }; </script> <script> var sold = document.getElementById('sold'); var registration_nbr = document.getElementById('registration_nbr'); var location_stock = document.getElementById('location'); var inv_eccity_nbr = document.getElementById('inv_eccity_nbr'); var inv_eccity_date = document.getElementById('inv_eccity_date'); sold.onchange = function() { registration_nbr.disabled = !this.checked ; location_stock.disabled = !this.checked ; inv_eccity_nbr.disabled = !this.checked ; inv_eccity_date.disabled = !this.checked ; }; </script> @stop
[+]
..
[-] aged_consign_models_cust.blade.php
[edit]
[-] aged_consignement_models.blade.php
[edit]
[+]
auth
[-] availability_per_catalog.blade.php
[edit]
[-] bulk_contact.blade.php
[edit]
[-] current_dealer.blade.php
[edit]
[+]
current_dealer
[-] current_stock.blade.php
[edit]
[-] current_stock.blade.php2103
[edit]
[-] current_stock.blade.php211109
[edit]
[-] current_stock_model.blade.php
[edit]
[-] dealer_list.blade.php
[edit]
[-] delivery_ready.blade.php
[edit]
[-] delpickpdf.blade.php
[edit]
[-] fetch_product_image.blade.php
[edit]
[-] home.blade.php
[edit]
[-] in_consignment.blade.php
[edit]
[+]
layouts
[-] models_showcase.blade.php
[edit]
[-] non_deliverable_stock.blade.php
[edit]
[-] odoo_partssnel.blade.php
[edit]
[-] odoo_stock.blade.php
[edit]
[-] pick_del_form signature.blade.php
[edit]
[-] pick_del_form.blade.php
[edit]
[-] pick_del_form_edit.blade.php
[edit]
[-] pick_del_form_finished_list.blade.php
[edit]
[-] pick_del_form_list.blade.php
[edit]
[-] prepare_is_spare_part_for.blade.php
[edit]
[-] quotations_pending.blade.php
[edit]
[-] revenue_target.blade-old.php
[edit]
[-] revenue_target.blade.php
[edit]
[-] sales_targets_input.blade.php
[edit]
[-] signaturePad.blade.php
[edit]
[-] simple_preparation.blade.php
[edit]
[-] snelstart_old_invoices.blade.php
[edit]
[-] sold.blade.php
[edit]
[-] speedversion_change.blade.php
[edit]
[-] statbe.blade.php
[edit]
[-] statnl.blade.php
[edit]
[-] statnl.blade.php-OLD
[edit]
[-] tracking_all.blade.php
[edit]
[-] transfer_edit_form.blade.php
[edit]
[-] units_target.blade.php
[edit]
[-] user_create_form.blade.php
[edit]
[-] user_edit_form.blade.php
[edit]
[-] user_list.blade.php
[edit]
[-] user_password_reset.blade.php
[edit]
[-] user_profile_edit.blade.php
[edit]
[-] welcome.blade.php
[edit]
[-] who_demands_what.blade.php
[edit]
[-] who_reserved_what.blade.php
[edit]
[-] .htaccess.disabled
[edit]