{{ $titre }}

EXAT · Avances Hévéa — exporté le {{ now()->format('d/m/Y à H:i') }} — {{ count($rows) }} ligne(s)
@foreach($headings as $h)@endforeach @foreach($rows as $r) @foreach($r as $c)@endforeach @endforeach
{{ $h }}
{{ is_numeric($c) ? number_format((float) $c, 0, ',', ' ') : $c }}