@include('dnekcab.nimda.header') @if($attendance)
@php $i=1; @endphp @foreach($attendance as $att) status != 'present') style="background: #f1b44c; font-color:#fff;" @endif> @endforeach
{{ __('attendance.report')}}
{{ __('global.no')}} {{ __('attendance.employee')}} {{ __('attendance.date')}} {{ __('attendance.check_in')}} {{ __('attendance.check_out')}} {{ __('attendance.status')}} {{ __('attendance.created_date')}}
{{ $i++ }} {{ $att->employee->name}}, {{ $att->employee->father_name}} [{{ $att->employee->last_name }}] {{ getJalaliDate($att->day_date)}} {{ $att->check_in}} {{ $att->check_out }} @if($att->status == 'present') {{ __('attendance.present')}} @else {{ __('attendance.absent')}} @endif {{ getJalaliDate($att->created_at) }}
@else Query Failed... @endif @include('dnekcab.nimda.footer')