@foreach($report as $item)
{{ $item['car']->name }}
Usage: {{ $item['configuration']->name }}
|
@endforeach
@foreach($report as $item)
| TCO Mensuel |
{{ round($item['mensual_tco'], 2) }} € |
| TCO Annuel |
{{ round($item['yearly_tco'], 2) }} € |
| TCO aux 100kms |
{{ round($item['hundred_kms_tco'], 2) }} € |
|
@endforeach
@foreach($report as $item)
| Coût d’acquisition |
{{ round($item['cost_categories'][0]['value'], 2) }} € |
| Coût d’usage |
{{ round($item['cost_categories'][1]['value'], 2) }} € |
| Impact de la fiscalité |
{{ round($item['cost_categories'][2]['value'], 2) }} € |
|
@endforeach