@lang('app.date') {{ $startDate . ' ' .__('app.to') . ' ' . $endDate }}
@foreach ($employees as $item) @endforeach
@lang('app.name') @lang('modules.timeLogs.totalHours')
{{ $item->name }} {{ intdiv($item->total_minutes, 60) }}