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

{{$superUserUserCounts}}

Employees

{{$superUserVendorsCounts}}

Total Vendors

{{$superUserClientCounts}}

Clients

{{$tot_assets}}

Assets
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

{{$tot_task}}

Overdue Tasks

{{$pending_tot_task}}

30%
22%
24%
21%
10%

Completed Tasks {{$tot_comp_task}}

Inprogress Tasks {{$tot_process_task}}

On Hold Tasks 0

Pending Tasks 0

Review Tasks 0

Today Absent {{$today_absent}}

@if( $today_absent > 0) @foreach($today_absent_users as $item)
{{$item->first_name.' '.$item->last_name}}
{{date('d-m-Y',strtotime($item->from_date))}}
Leave Date
{{$item->status}}
@endforeach @endif

Recent Users

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

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

Designation: {{Techsaga::getDesigName($user->designation_id)}}
{{$user->email}}

Recent Clients

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

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

{{$user->email}} @if($user->status ==1) Active @endif @if($user->status ==0) Pending @endif
@endsection