@extends('backend.layout') @section('content')

Thống kê truy cập

{{ number_format($totalAllTime, 0, '.', ' ') }} Từ trước đến nay
{{ number_format($totalThisMonth, 0, '.', ' ') }} Tháng này
{{ number_format($totalThisWeek, 0, '.', ' ') }} Tuần này
{{ number_format($totalToday, 0, '.', ' ') }} Hôm nay
{{ number_format($now, 0, '.', '') }} Hiện tại
@include('backend.visit.table', ['urls' => $viewsByUrl, 'countries' => $viewsByCountry])
@endsection @push('styles') @endpush @push('scripts') @endpush