Total Entrées

{{ number_format($totalEntrees, 0, ',', ' ') }} F

Toutes agences

Total Sorties

{{ number_format($totalSorties, 0, ',', ' ') }} F

Toutes agences

Solde Global

{{ number_format($solde, 0, ',', ' ') }} F

Solde global

Opérations caisse

{{ $nbOperations }}

Total toutes agences

Statistiques par agence - {{ \Carbon\Carbon::parse($from)->locale('fr')->isoFormat('MMMM YYYY') }}
@if(isset($prevFrom) && isset($prevTo)) Précédent @endif @if(isset($nextFrom) && isset($nextTo)) Suivant @endif
@php $agencesList = collect($statsParAgence ?? [])->map(function ($s) { return [ 'id' => $s['agence_id'] ?? null, 'nom' => $s['agence'] ?? '', ]; })->unique('nom')->values(); @endphp
@foreach($statsParAgence as $stat) @endforeach
Agence Entrées Sorties Solde Actions
{{ $stat['agence'] }} {{ number_format($stat['entrees'], 0, ',', ' ') }} F {{ number_format($stat['sorties'], 0, ',', ' ') }} F {{ number_format($stat['solde'], 0, ',', ' ') }} F Voir