@extends('layouts.admin.base-dashboard') @section('title', 'Application Usage') @section('content') @include('layouts.admin.include.message')
List Data Application Usage

Application Usage

@foreach ($spyLoggings as $spyLogging) @endforeach
No Name Email Department Application Usage Last Login
{{ $loop->iteration }} {{ $spyLogging->userName }} {{ $spyLogging->email }} {{ $spyLogging->departmentName }} {{ $spyLogging->application_usage }} {{ date('d/m/Y H:i', strtotime( $spyLogging->created_at)) == '01/01/1970 07:00' ? '' : date('d/m/Y H:i', strtotime( $spyLogging->created_at)) }}
@endsection @push('script') @endpush