@extends('layouts.frontendDashboard.master') @section('title', 'Dashboard') @push('styles') @endpush @section("body-start")
@endsection @section("content")
Users
{{$supportManager}}
{{$supportAgent}}
{{$contentManager}}
Investors:
{{$investor}}
Currently Users LoggedIn
Support Managers:
{{$totalCurrentlyLoggedInSupportManager}}
Support Agents:
{{$totalCurrentlyLoggedInSupportAgent}}
Content Managers:
{{$totalCurrentlyLoggedInContentManager}}
Investors:
{{$totalCurrentlyLoggedInInvestor}}
Last 1 Day Users LoggedIn
Support Managers:
{{$totalLast1LoggedInSupportManager}}
Support Agents:
{{$totalLast1LoggedInSupportAgent}}
Content Managers:
{{$totalLast1LoggedInContentManager}}
Investors:
{{$totalLast1LoggedInInvestor}}
Total Project
{{$project}}

Weekly Login Report

Last 7 days Projects

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