{{-- Favicon du Hub Pilotage (pulse indigo « monitoring »). --}}
HubPilotage
@include('partials.nav', ['active' => 'reports'])
@csrf
@php $monthly = $reports->filter(fn ($f) => str_starts_with($f, 'mensuel-'))->values(); $weekly = $reports->filter(fn ($f) => str_starts_with($f, 'seo-'))->values(); @endphp {{-- Rapports clients mensuels --}}

Rapports clients mensuels

Un rapport par site (SEO + trafic + réalisations), imprimable en PDF.

@if ($monthly->isEmpty())
Aucun rapport mensuel encore. Clique « Générer ce mois » (ou attend le 1er du mois).
@else @endif {{-- Rapports SEO hebdomadaires --}}

Rapports SEO hebdomadaires

Générés automatiquement chaque lundi · sites sous 90 %.

@if ($weekly->isEmpty())
Aucun rapport hebdomadaire pour l'instant.
@else @endif