@extends('layouts.app') @section('head_content') @endsection @section('content')
@include('stats.header') @include('stats.' . $view)
{{ __('Report generated on :date at :time (UTC :offset).', ['date' => (clone $now)->tz(Auth::user()->timezone ?? config('app.timezone'))->format(__('Y-m-d')), 'time' => (clone $now)->tz(Auth::user()->timezone ?? config('app.timezone'))->format('H:i:s'), 'offset' => (clone $now)->tz(Auth::user()->timezone ?? config('app.timezone'))->getOffsetString()]) }} {{ __('Refresh report') }}
@endsection @include('shared.sidebars.user')