{{dd($this)}}
Reset
Application Usage Logs
@if($ApplicationUsageLogs->count() > 0)
@foreach($ApplicationUsageLogs as $index => $log) @endforeach
# Application Title Usage (Seconds) MAC Address Logged At Created At
{{ $index + 1 }} {{ $log->application }} {{ $log->title }} {{ $log->usage_seconds }} {{ $log->mac_address }} {{ \Carbon\Carbon::parse($log->logged_at)->format('Y-m-d H:i') }} {{ \Carbon\Carbon::parse($log->created_at)->format('Y-m-d H:i') }}
@else

No logs found for the selected date range.

@endif