@extends('layouts.app') @section('site_title', formatTitle([$website->domain, __('Realtime'), config('settings.title')])) @section('head_content') @endsection @section('content')
@include('stats.partials.header')
{{ __('Visitors') }}
@include('icons.info', ['class' => 'width-4 height-4 fill-current text-muted'])
0
{{ __('Pageviews') }}
@include('icons.info', ['class' => 'width-4 height-4 fill-current text-muted'])
0
{{ __('Realtime activity') }}
{{ __('Loading') }}...
{{ __('Report generated on :date at :time (UTC :offset).', ['date' => (clone $now)->tz(Auth::user()->timezone ?? config('settings.timezone'))->format(__('Y-m-d')), 'time' => (clone $now)->tz(Auth::user()->timezone ?? config('settings.timezone'))->format('H:i:s'), 'offset' => (clone $now)->tz(Auth::user()->timezone ?? config('settings.timezone'))->getOffsetString()]) }} {{ __('Refresh report') }}
@endsection @include('shared.sidebars.user')