@extends('layouts.frontendDashboard.master') @section('title', 'Dashboard') @push('styles') @endpush @section("body-start")
@endsection @section("content")
Currently users loggedin
Admin users:
{{$totalCurrentyLoggedIn}}
Investors:
{{$totalCurrentyLoggedInInvestor}}
Last 1 day users loggedin
Admin users (success):
{{$totalLast1LoggedIn}}
Investors (success):
{{$totalLast1LoggedInInvestor}}
Admin users (failed):
{{$totalLast1LoggedInFailed}}
Investors (failed):
{{$totalLast1LoggedInInvestorFailed}}
Last 7 day users loggedin
Admin users (success):
{{$totalLast7LoggedIn}}
Investors (success):
{{$totalLast7LoggedInInvestor}}
Admin users (failed):
{{$totalLast7LoggedInFailed}}
Investors (failed):
{{$totalLast7LoggedInInvestorFailed}}
Last 30 day users loggedin
Admin users (success):
{{$totalLast30LoggedIn}}
Investors (success):
{{$totalLast30LoggedInInvestor}}
Admin users (failed):
{{$totalLast30LoggedInFailed}}
Investors (failed):
{{$totalLast30LoggedInInvestorFailed}}
Stats
Admin users:
{{$adminUser}}
Investors:
{{$investor}}
Projects:
{{$project}}

Weekly login report

@include("frontend.support_agent.logs-table")
@endsection @push('scripts') @endpush