Date | Truck/Trailer | Destination | @foreach($onRouteCosts as $cost){{$cost->name}} | @endforeach
---|---|---|---|
{{$routeassignment->depature}} | {{$routeassignment->truck->registration_number}}/{{$routeassignment->trailer}} | {{$routeassignment->RouteTo}} | @foreach($onRouteCosts as $cost){{number_format($routeassignment[$cost->name])}} | @endforeach