@can('view-analytics')
@php
$defaultFrom = now()->subDays(29)->toDateString();
$defaultTo = now()->toDateString();
@endphp
{{ __('Visitor Analytics') }}
{{ __('Unable to load analytics right now.') }}
{{ __('Countries Reached') }}
0
{{ __('Visitors by Country') }}
@vite(['resources/js/dashboard-charts.js'])
@else
{{ __("You're logged in!") }}
@endcan