Time overview
@csrf
Start date
End date
Filter
Date
Start
End
Hours
@php $total = 0 @endphp @foreach($items as $item)
{{ $item->date_start }}
{{ $item->time_start }}
{{ $item->time_end }}
{{ $item->hours }}
@php $total = $total + $item->hours @endphp
@endforeach
Total:
{{ $total }}