dispatch('chart-user-growth-update', series: [[ 'name' => __('domains/identity/dashboard.user_growth.series_name'), 'data' => $this->userGrowth['series'] ]], options: [ 'xaxis' => [ 'categories' => $this->userGrowth['categories'] ] ] ); } #[Computed] public function userGrowth(): array { return app(GetUserGrowthTrends::class)->fetch(); } }; ?>
@svg('tabler-user-pin', [ 'class' => 'fs-4' ])

{{ __('domains/identity/dashboard.user_growth.title') }}

{{ __('domains/identity/dashboard.user_growth.subtitle', ['year' => now()->year]) }}

@once @push('page-scripts') @vite('resources/js/plugin/apexchart.js') @endpush @endonce