@component('mail::message') # Attendance Rejected ❌ Hello **{{ $user->name }}**, Your attendance request(s) have been rejected. @component('mail::table') | Start Date | End Date | Days | Project | Status | |:----------|:---------|:-----|:--------|:-------| @foreach($entries as $row) | {{ $row->start_date->format('d M Y') }} | {{ $row->end_date->format('d M Y') }} | {{ $row->total_days }} | {{ optional($row->project)->name ?? '-' }} | Rejected | @endforeach @endcomponent **Reason:** > {{ $comment }} Please correct and re-apply. Regards, **HR Team** @endcomponent