PATH:
home
/
centosnipponia
/
public_html
/
ts
/
resources
/
views
@extends('layouts.main') @section('title', 'Users') @section('content') <!-- push external head elements to head --> @push('head') <link rel="stylesheet" href="{{ asset('plugins/DataTables/datatables.min.css') }}"> @endpush <div class="container-fluid"> <div class="page-header"> <div class="row align-items-end"> <div class="col-lg-8"> <div class="page-header-title"> <i class="ik ik-users bg-primary"></i> <div class="d-inline"> <h1>{{ __('Users')}}</h1> {{-- <span>{{ __('List of users')}}</span> --}} </div> </div> </div> <div class="col-lg-4"> <nav class="breadcrumb-container" aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="{{route('dashboard')}}"><i class="ik ik-home"></i></a> </li> <li class="breadcrumb-item"> <a href="#">{{ __('Users')}}</a> </li> </ol> </nav> </div> </div> </div> <div class="row"> <!-- start message area--> @include('include.message') <!-- end message area--> <div class="col-md-12"> <div class="card p-3"> <div class="card-header"><h3>{{ __('Users')}}</h3></div> <div class="card-body"> <table id="user_table" class="table"> <thead> <tr> <th>{{ __('Name')}}</th> <th>{{ __('Email')}}</th> <th>{{ __('Role')}}</th> <th class="text-center">{{ __('Country')}}</th> <th>{{ __('Permissions')}}</th> <th>{{ __('Action')}}</th> </tr> </thead> <tbody> {{-- See: public\js\custom.js --}} {{-- See: app\Http\Controllers\UserController.php \ getUserList --}} </tbody> </table> </div> </div> </div> </div> </div> <!-- push external js --> @push('script') <script src="{{ asset('plugins/DataTables/datatables.min.js') }}"></script> {{-- <script src="{{ asset('plugins/select2/dist/js/select2.min.js') }}"></script> --}} <!--server side users table script--> <script src="{{ asset('js/custom.js') }}"></script> @endpush @endsection
[+]
..
[-] 404.blade.php
[edit]
[-] api.blade.php
[edit]
[+]
auth
[-] clear-cache.blade.php
[edit]
[+]
include
[+]
layouts
[+]
nippo
[+]
pages
[-] permission-example.blade.php
[edit]
[+]
support
[+]
mail
[-] settings.blade.php
[edit]
[+]
reports
[-] users.blade.php
[edit]
[-] edit-roles.blade.php
[edit]
[-] home.blade.php
[edit]
[-] permission.blade.php
[edit]
[-] roles.blade.php
[edit]
[-] create-user.blade.php
[edit]
[-] user-edit.blade.php
[edit]
[-] myprofile.blade.php
[edit]
[-] .htaccess.disabled
[edit]