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