@extends('layouts.master') @section('title', 'Impact sur le Marche Global') @section('content')
| Années | Montant Global TTC Marché (A) | Cumul Prises en charge des factures sur le marché | Taux d'exécution (B/A) | Solde Marché (A-B) | ||
|---|---|---|---|---|---|---|
| PEC antérieurs | PEC en cours | PEC cumulées (B) | ||||
| {{ $row['annee'] }} | @if($loop->first){{ number_format($row['A'], 0, ',', ' ') }} | @endif{{ number_format($row['pec_anterieurs'], 0, ',', ' ') }} | {{ number_format($row['pec_cours'], 0, ',', ' ') }} | {{ number_format($row['cumul'], 0, ',', ' ') }} | {{ number_format($row['taux'], 2, ',', ' ') }}% | {{ number_format($row['solde'], 0, ',', ' ') }} |
| Aucune donnée disponible | ||||||