@component('mail::message') # Attendance Approved ✅ Hello **{{ $user->name }}**, Your attendance request(s) have been **approved successfully**. Please find the details below: @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 ?? '-' }} | Approved | @endforeach @endcomponent If you find any discrepancy, please contact HR. Regards, **HR Team** @endcomponent