@extends('dashboard.layouts.main') @section('content')
{{--
Traffic sources
  • New visitors
    2,349 avg
  • New sessions
    08:20 avg
  • Total online
    5,378 avg
--}} {{--
Sales statistics
5,689
orders weekly
32,568
orders monthly
$23,464
average revenue
--}}
{{--
+53,6%

3,450

Members online
489 avg

49.4%

Current server load
34.6% avg

$18,390

Today's revenue
$37,578 avg
--}}
@lang('home.browsing_info')
{{ $active_users->count() }} @lang('home.active')
@foreach($users as $user) @endforeach
@lang('home.user') @lang('home.action') @lang('home.since') @lang('home.ip') @lang('home.location')
@if($user->last_report()->key == 'dashboard_user_login')
@elseif($user->last_report()->key == 'dashboard_user_logout')
@endif
{{ @$user->last_report()->text }} {{@Carbon\Carbon::parse($user->last_report()->created_at)->diffForHumans()}} {{ @$user->last_report()->ip }}
{{ @$user->last_report()->location }}
@stop