@foreach($employees as $employee) @foreach($employee->attendances as $att) @endforeach @endforeach
نام کارمند نام پدر تاریخ روز هفته وضعیت حضور توضیح / دلیل
{{ $employee->name }} {{ $employee->father_name }} {{ \Morilog\Jalali\Jalalian::fromDateTime($att->date)->format('Y/m/d') }} {{ $att->day_name }} @if($att->status=='present') حاضر @else غایب @endif {{ $att->description ?? '-' }}