{{ Str::limit(ucfirst($latest['user']?->department['name'] ?? ''), 25) }}
| Sr No | {{--Department | --}}Contractor | Designation | Total Employee | Today's Present | Today's Absent | Progress Bar |
|---|---|---|---|---|---|---|---|
| {{ $i }} | {{--{{ $totalContractor?->users?->department?->name }} | --}}{{ Str::limit(ucwords($totalContractor->name), 25) }} | {{ $designation->name }} | {{ $usersCountWithDesignation }} | {{ $presentCount }} | {{ $absentCount }} |
|