| Type |
Montant |
Date |
Voir |
@foreach ($listConsommation as $consommation)
| {{ $consommation->chargeRatedUsage->first()?->rating?->priceComponent?->description }} |
{{ number_format($consommation->amount_incl_tax, 2, '.', '') }}€ |
{{ $consommation->created_at->format('d/m/Y à H:i:s') }} |
|
@endforeach
{{ $listConsommation->links() }}