@extends('layouts.master') @section('title') Tableau de bord @endsection @section('content')
@if(count($alertes) > 0)

@foreach($alertes as $alerte)
{{ $alerte['message'] }}
@endforeach
@endif
Budget
{{ number_format($stats['budget_utilise'], 0, ',', ' ') }} FCFA
sur {{ number_format($stats['budget_alloue'], 0, ',', ' ') }} FCFA
Opérateurs
{{ $stats['total_operateurs'] }}
Marchés
{{ $stats['total_marches'] }}
Factures
{{ $stats['total_factures'] }}
Évolution des factures par mois
Répartition des marchés
Répartition des factures
@endsection @push('styles') @endpush @push('scripts') @endpush