@php $printSize = 330; $cardSize = 1095; $labelCount = $panneau->labels->where('actif', true)->count(); if ($labelCount > 0) { $cardSize += 20; $printSize += 5; } @endphp