@foreach($eventDeclarations as $declaration) @include('menage.declaration.partials.event-card', ['declaration' => $declaration, 'year' => $year, 'month' => $month]) @endforeach @if(count($eventDeclarations) === 0)
{{ \App\Helpers\TranslationHelper::getUserTranslations()['translations']['declaration']['no_declarations'] ?? 'Aucune déclaration pour ce mois' }}
@endif