@extends('layouts.back') @section('subtitle', __('Tableau de bord')) @section('content')

Tableau de bord - Statistiques {{ $year }}

Volume Total

{{ number_format($stats['totalVolume'], 2, ',', ' ') }} m³

Transactions

{{ number_format($stats['totalTransactions'], 0, ',', ' ') }}

Titres
{{--

{{ $stats['totalTitres'],}}

--}}

{{ number_format($stats['totalTitres'], 0, ',', ' ') }}

({{ number_format($stats['titresActifs'], 0, ',', ' ') }} actifs cette année)
Essences

{{ number_format($stats['totalEssences'], 0, ',', ' ') }}

Sociétés

{{ number_format($stats['totalSocietes'], 0, ',', ' ') }}

Destinations

{{ number_format($stats['totalDestinations'], 0, ',', ' ') }}

Pays

{{ number_format($stats['totalPays'], 0, ',', ' ') }}

Volume d'exportation mensuel ({{ $year }})
Évolution annuelle
Répartition par forme
Répartition par conditionnement
Top 10 des destinations
Top 10 des essences
Top 10 des sociétés
@endsection @push('css') @endpush @push('js') @endpush