@php $hasPackages = isset($packageDeclarations) && count($packageDeclarations) > 0; @endphp @if($hasPackages) @foreach($packageDeclarations as $declaration) @include('menage.declaration.partials.package-card', ['declaration' => $declaration]) @endforeach @endif