|
DAILY UPDATE NOT SUBMITTED
{{ $formattedDate }}
|
|
{{ $count }} {{ \Illuminate\Support\Str::plural('employee', $count) }}
did not submit a daily update for
{{ $formattedDate }}.
Please follow up with them.
|
|
|
EMPLOYEES WHO MISSED
|
|
EMPLOYEE
|
DATE MISSED
|
STATUS
|
@foreach ($missedUsers as $index => $user)
@php
$initials = strtoupper(substr($user['first_name'], 0, 1) . substr($user['last_name'], 0, 1));
$formattedMissed = \Carbon\Carbon::parse($user['missed_date'])->format('M j, Y');
$avatarColors = ['#0052cc','#00875a','#ff5630','#6554c0','#ff8b00','#00b8d9','#36b37e','#ff991f'];
$avatarColor = $avatarColors[$index % 8];
$isLast = $loop->last;
@endphp
@if (!empty($user['photo']))
@else
{{ $initials }}
@endif
|
{{ $user['first_name'] }} {{ $user['last_name'] }}
|
|
{{ $formattedMissed }}
|
Not Submitted
|
@endforeach
|
|
Member Updates
|
|
Klizos Solution Pvt Ltd.
•
www.klizos.com
This is an automated message. Please do not reply directly.
|
|