@extends('layouts.app') @section('title', 'Dashboard | ') @section('content')

{{$superUserUserCounts}}

Total users

{{$activeUserCounts}}

Active User

{{$superUserClientCounts}}

Clients

37

Tasks
Statistics

Today Leave 4 / 65

Pending Invoice 15 / 92

Completed Projects 85 / 112

Open Tickets 190 / 212

Closed Tickets 22 / 212

Task Statistics

Total Tasks

385

Overdue Tasks

19

30%
22%
24%
21%
10%

Completed Tasks 166

Inprogress Tasks 115

On Hold Tasks 31

Pending Tasks 47

Review Tasks 5

Today Absent 0

Recent Users

@if(count($latestUsers) > 0) @foreach($latestUsers as $user) @endforeach @endif
Name Email Action

{{$user->first_name.' '.$user->last_name}}

Designation: {{$user->designationName}}
{{$user->email}}

Clients

@if(count($latestClients) > 0) @foreach($latestClients as $user) @endforeach @endif
Name Email Status Action

{{$user->first_name.' '.$user->last_name}}

{{$user->email}}
@endsection