@extends('layouts.master') @section('title', 'Impact sur le Marche Global') @section('content')

Impact Global sur le marché : {{ $marche->reference }}

@forelse($rows as $row) @if($loop->first) @endif @empty @endforelse
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'] }}{{ number_format($row['A'], 0, ',', ' ') }}{{ 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
@endsection @push('styles')