PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
resources
/
views
@extends('adminlte::page') @section('title', 'User Management') @section('plugins.Datatables', true) @section('content_header') <a href="{{ URL::previous() }}">Go Back</a> <h1>Trade and Traffic Plus - User Management</h1> @stop @php //var_dump($heads_motos); $heads_motos = [ 'Name', 'email', 'Role', ['label' => 'Actions', 'no-export' => true], ]; $config = [ 'order' => [[1, 'asc']], 'columns' => [null, null, null, ['orderable' => false]], ]; @endphp @section('content') @php $config['dom'] = '<"row" <"col-sm-7" B> <"col-sm-5 d-flex justify-content-end" i> > <"row" <"col-12" tr> > <"row" <"col-sm-12 d-flex justify-content-start" f> >'; $config['paging'] = false; $config["lengthMenu"] = [ 10, 50, 100, 500]; @endphp <div class="row"> <div class="col-md-6 mb-5"> <a href="{{url('user_create_form')}}" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Create user</a> </div> </div> <div class="row"> <x-adminlte-datatable id="table_invoices" :heads="$heads_motos" striped hoverable with-buttons> @foreach(App\User::all() as $user) <tr> <td>{{ $user->name }}</td> <td>{{ $user->email }}</td> <td>{{ $user->role }}</td> <td><a href=@php echo url("/user_edit_form?userid={$user->id}"); @endphp><button class="btn btn-xs btn-default text-primary mx-1 shadow" title="Edit"><i class="fa fa-lg fa-fw fa-pen"></i></button></a> <a href=@php echo url("/user_password_reset?userid={$user->id}"); @endphp><button class="btn btn-xs btn-default text-secondary mx-1 shadow" title="Reset Password"><i class="fa fa-lg fa-fw fa-lock"></i></button></a> <a href=@php echo url("/user_delete?userid={$user->id}"); @endphp><button class="btn btn-xs btn-default text-danger mx-1 shadow" title="Delete User"><i class="fa fa-lg fa-fw fa fa-user-times "></i></button></a></td> </tr> @endforeach </x-adminlte-datatable> </div> @stop @section('css') <link rel="stylesheet" href="/css/admin_custom.css"> @stop @section('js') <script> </script> @stop
[+]
..
[+]
auth
[+]
layouts
[-] odoo_partssnel.blade.php
[edit]
[-] non_deliverable_stock.blade.php
[edit]
[-] current_stock.blade.php
[edit]
[-] who_demands_what.blade.php
[edit]
[-] signaturePad.blade.php
[edit]
[-] pick_del_form_list.blade.php
[edit]
[+]
current_dealer
[-] revenue_target.blade.php
[edit]
[-] current_dealer.blade.php
[edit]
[-] prepare_is_spare_part_for.blade.php
[edit]
[-] sales_targets_input.blade.php
[edit]
[-] availability_per_catalog.blade.php
[edit]
[-] pick_del_form signature.blade.php
[edit]
[-] pick_del_form.blade.php
[edit]
[-] aged_consign_models_cust.blade.php
[edit]
[-] aged_consignement_models.blade.php
[edit]
[-] bulk_contact.blade.php
[edit]
[-] current_stock.blade.php211109
[edit]
[-] dealer_list.blade.php
[edit]
[-] delivery_ready.blade.php
[edit]
[-] in_consignment.blade.php
[edit]
[-] quotations_pending.blade.php
[edit]
[-] revenue_target.blade-old.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]
[-] 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]
[-] home.blade.php
[edit]
[-] pick_del_form_edit.blade.php
[edit]
[-] current_stock.blade.php2103
[edit]
[-] units_target.blade.php
[edit]
[-] fetch_product_image.blade.php
[edit]
[-] who_reserved_what.blade.php
[edit]
[-] odoo_stock.blade.php
[edit]
[-] models_showcase.blade.php
[edit]
[-] current_stock_model.blade.php
[edit]
[-] delpickpdf.blade.php
[edit]
[-] pick_del_form_finished_list.blade.php
[edit]
[-] .htaccess.disabled
[edit]