{{ $package->name }}
${{ number_format((float) $package->price, 0) }}
/by {{ $package->billing_cycle }}
{{ $package->description ?: 'Choose the perfect package tailored to your needs and take the first step toward achieving your goals today.' }}
-
@forelse ($features as $feature)
- {{ $feature }} @empty {{--
- Core features included --}} @endforelse