@extends('layouts.admin.base-dashboard') @section('title', 'Application Usage') @section('content') @include('layouts.admin.include.message')
No | Name | 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)) }} |