© 2026 Hedgehog Software, LLC
Tables\Actions\Action::make('entregas') ->icon('heroicon-o-clipboard-check') ->action(function (Semana $record) { \dd($record); }) ->visible(fn($record) => $record->actividades_count > 0),