@lang('app.employee') @lang('modules.timeLogs.startTime') @lang('modules.timeLogs.endTime') @lang('modules.timeLogs.memo') @lang('modules.employees.hoursLogged') @forelse ($task->approvedTimeLogs as $item) {{ ucfirst($item->created_at->diffForHumans()) }} @if (!is_null($item->end_time)) {{ ucfirst($item->end_time->diffForHumans()) }} @elseif(!is_null($item->activeBreak)) {{ __('modules.timeLogs.paused') }} @else {{ __('app.active') }} @endif {{ $item->memo }} {{ $item->hours }} @empty @endforelse