@extends('includes/layout') @section('main-page-content')
Total Employees

{{$data['total_employees']}}

Total Clients

{{$data['total_clients']}}

Total Sites

{{$data['total_sites']}}

Total Projects

{{$data['total_projects']}}

Teams Attendance

Total teams attendance details for today

@if (count($data['teams']) > 0) @php $row_count = 0; @endphp @foreach($data['teams'] as $key => $team) @if ($team['total_employees_with_attendance'] != 0) @php $row_count++; @endphp @endif @endforeach @if ($row_count == 0) @endif @else @endif
Team Employees Check-ins Not Available
{{ $team['team_title'] }} {{ $team['total_employees_with_roster'] }} {{ $team['total_employees_with_attendance'] }} {{ $team['total_employees_without_attendance'] }}
No record found.
No record found.
Attendance
Total Employees
{{$data['total_roster_employees']}}
Present
{{$data['total_present']}}
Absent
{{$data['total_absent']}}
Leave
{{$data['total_leaves']}}

Total attendance details for today

@if (count($data['sites_employee']) > 0) @foreach($data['sites_employee'] as $siteName => $counts) @endforeach @else @endif
Sites Number of Employees Number of Check-ins Number of Check-outs
{{ $siteName }} {{ $counts['employee_count'] }} {{ $counts['check_in_count'] }} {{ $counts['check_out_count'] }}
No record found.
{{-- @if (count($data['sites_employee']) > 0) @foreach ($data['today_present'] as $key=>$value) @endforeach @else @endif --}}
Name Site Date Check-in Check-out
{{$value->present_employee_details->first_name}} {{$value->present_employee_details->middle_name}} {{$value->present_employee_details->last_name}} {{$value->employee_site->title}} {{formatDate($value->date)}} {{formatTime($value->check_in)}} {{formatTime($value->check_out)}}
No record found.
Name Email Role Details
@if (count($data['today_leaves']) > 0) @foreach ($data['today_leaves'] as $key=>$value) @endforeach @else @endif
Name From To Status Reason Details
{{$value->leave_employee_details->first_name}} {{$value->leave_employee_details->middle_name}} {{$value->leave_employee_details->last_name}} {{$value->from}} {{$value->to}} @if ($value->status == 0) Pending @elseif ($value->status == 1) Approved @elseif ($value->status == 2) Rejected @elseif ($value->status == 3) Expired @endif {{substr($value->reason,0,100)}}
No record found.
Documents

Employee Documents Details

Name Team Document Name Expiry Date Pending Days Action
Name Team Document Name User Type Action
{{--
User Email Role Age Salary Status
Avatar
Jordan Stevenson
@amiccoo
susanna.Lind57@gmail.com Admin 24 34500$ Pending
Avatar
Benedetto Rossiter
@brossiter15
estelle.Bailey10@gmail.com Editor 29 64500$ Active
Avatar
Bentlee Emblin
@bemblinf
milo86@hotmail.com Author 44 94500$ Active
Avatar
Bertha Biner
@bbinerh
lonnie35@hotmail.com Editor 19 4500$ Pending
Avatar
Beverlie Krabbe
@bkrabbe1d
ahmad_Collins@yahoo.com Maintainer 22 10500$ Active
Avatar
Bradan Rosebotham
@brosebothamz
tillman.Gleason68@hotmail.com Editor 50 99500$ Pending
Avatar
Bree Kilday
@bkildayr
otho21@gmail.com Subscriber 23 23500$ Active
Avatar
Breena Gallemore
@bgallemore6
florencio.Little@hotmail.com Subscriber 33 20500$ Inactive
--}}
@endsection @section('css-js') @endsection