@extends('front.layouts.main') @section('content')
| Name / Description | Quantity | Hours | Total | Actions | |
|---|---|---|---|---|---|
| {{++$i}} |
{{$hour->name}}
{{$hour->description}}
|
{{$hour->quantity}} | {{$hour->hours}} | {{$hour->total_hours}} | |
| Total | {{$hours->sum('quantity')}} | {{$hours->sum('hours')}} | {{$hours->sum('total_hours')}} |