{{ __('essentials::lang.attendace_report_for') }} {{ $transactionUtil->format_date($date, false, $business) }}

@foreach($users as $user) @endforeach
@lang('essentials::lang.employee') @lang('essentials::lang.is_present') @lang('essentials::lang.clock_in') @lang('essentials::lang.clock_out') @lang('essentials::lang.work_duration') @lang('essentials::lang.shift')
{{ $user->user }} @if ($user->status == 'Present') @elseif ($user->status == 'Absent') @endif {{ $transactionUtil->format_date($user->clock_in_time, true, $business) }} {{ $transactionUtil->format_date($user->clock_out_time, true, $business) }} @if(!empty($user->clock_in_time) && !empty($user->clock_out_time)) {{ \Carbon::parse($user->clock_in_time)->diffForHumans(\Carbon::parse($user->clock_out_time), true, true, 2) }} @endif {{ $user->shift_name }}