{{ global_hours_sum($reportsFromClient) }}
@foreach($reportsFromClient as $item) @endforeach
{{ __('Technical') }} {{ __('Date') }} {{ __('Hour') }} {{ __('Customer') }} {{ __('Service') }} {{ __('Hours')}}
{{ $item->tasksReports->tech->name }} {{ $item->date_begin }} {{ $item->hour_begin }} / {{ $item->hour_end }} {{ $item->tasksReports->taskCustomer->short_name }} {{ $item->service->name }} {{ global_hours_format($item->total_hours)}}
{{ $reportsFromClient->links() }}
@push('custom-scripts') @endpush