@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('User Dashboard')) @section('content')

{{ __('Total Registered Users') }}

{{$totalUser}}

{{ __('Online Users') }}

{{$onlineUsers}}

{{ __('Visitors Today') }}

{{$todayVisitor}}

Total Users

{{ number_format($totalYearCount) }}

@endsection