@component('mail::message')
# Pemberitahuan
Pemberitahuan report tanggal {{ $date }}
@foreach ($attendances as $attendance)
- {{ $attendance->employee->first_name }} {{ $attendance->employee->last_name }} divisi
{{ $attendance->employee->department->department_name }} jam masuk {{ $attendance->clock_in }} - jam keluar {{ $attendance->clock_out }}
@endforeach
Terima kasih
@endcomponent