@extends('layouts.master') @section('title') Estimation des besoins annee N+1 @endsection @section('content')

ESTIMATION DES BESOINS LIES A L’ENLEVEMENT DES ORDURES AU TITRE DE L’ANNEE {{ $anneeEstimation }} (**)

{{-- Première ligne : en-têtes principaux --}} {{-- Deuxième ligne : sous-en-têtes --}} @forelse($resultats as $ligne) @empty @endforelse {{-- Nbre de mois (vide) --}} {{-- Brut (vide) --}} {{-- Arrondi (vide) --}} {{-- Nbre de mois C (vide) --}} {{-- Observation (vide) --}}
Opérateurs Secteurs ou Zones Type prestation Factures reçues de janvier à avril {{ $anneeEstimation - 1 }} Factures Mensuelles Maxi reçues (*) Factures en attente estimées {{ $anneeEstimation }} Coût total estimé factures {{ $anneeEstimation }}
E = (A + D)
Coût total factures {{ $anneeEstimation - 2 }} (F) Écart {{ $anneeEstimation - 2 }} - {{ $anneeEstimation }}
G = (E - F)
Montant (A) Nbre de mois Brut Arrondi revalorisé (B) Nbre de mois (C) Factures {{ $anneeEstimation }} à engager
D = (B × C)
Observation
{{ $ligne['operateur'] }} {{ $ligne['secteur'] }} {{ $ligne['prestation'] }} {{ number_format($ligne['A'], 0, ',', ' ') }} {{ $ligne['nbMoisMax'] }} {{ number_format($ligne['brut'], 0, ',', ' ') }} {{ number_format($ligne['arrondi'], 0, ',', ' ') }} {{ $ligne['nbMoisEstime'] }} {{ number_format($ligne['D'], 0, ',', ' ') }} {{ $ligne['observation'] }} {{ number_format($ligne['E'], 0, ',', ' ') }} {{ number_format($ligne['F'], 0, ',', ' ') }} {{ number_format($ligne['G'], 0, ',', ' ') }}
Aucune donnée disponible pour cette période.
TOTAL {{ number_format($totaux['A'], 0, ',', ' ') }} {{ number_format($totaux['brut'], 0, ',', ' ') }}{{ number_format($totaux['arrondi'], 0, ',', ' ') }}{{ number_format($totaux['D'], 0, ',', ' ') }} {{ number_format($totaux['E'], 0, ',', ' ') }} {{ number_format($totaux['F'], 0, ',', ' ') }} {{ number_format($totaux['G'], 0, ',', ' ') }}

(*) Montant mensuel maximal en situation régulière sur les deux (2) dernières années
(**) Estimation réalisée en référence aux factures reçues en {{ $anneeEstimation - 1 }}

@endsection @push('styles') @endpush