Time overview

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