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