@php $finalPrice = $package->sale_price ?? $package->price; $hasDiscount = $package->sale_price && $package->sale_price < $package->price; $testsCount = $package->tests_count ?? $package->tests?->count() ?? 0; @endphp
{{ $package->short_description ?? Str::limit(strip_tags($package->description), 100) }}
@endif {{-- Features list --}} @if($showFeatures && $package->features && count($package->features) > 0)