@foreach($timesheets as $timesheet)
|
{{ str_limit_reports($timesheet->project_title ?? '---', 50) }}
|
{{ runtimeSecondsWholeHours($timesheet->sum_not_invoiced) }}:{{ runtimeSecondsWholeMinutesZero($timesheet->sum_not_invoiced) }}
|
{{ runtimeSecondsWholeHours($timesheet->sum_invoiced) }}:{{ runtimeSecondsWholeMinutesZero($timesheet->sum_invoiced) }}
|
{{ runtimeSecondsWholeHours($timesheet->sum_hours) }}:{{ runtimeSecondsWholeMinutesZero($timesheet->sum_hours) }}
|
@endforeach