{{ __('translate.When you purchase new plan, your previous package features will be destroy') }}
{{ __('translate.Package') }} | {{ $subscription_plan->plan_name }} |
{{ __('translate.Price') }} | {{ currency($subscription_plan->plan_price) }} |
{{ __('translate.Expiration') }} | @if ($subscription_plan->expiration_date == 'monthly') {{ __('translate.Monthly') }} @elseif ($subscription_plan->expiration_date == 'yearly') {{ __('translate.Yearly') }} @elseif ($subscription_plan->expiration_date == 'lifetime') {{ __('translate.Lifetime') }} @endif |
{{ __('translate.Number of Car') }} | {{ $subscription_plan->max_car }} |
{{ __('translate.Number of Featured Car') }} | {{ $subscription_plan->featured_car }} |
{{ __('translate.Listing Image') }} | {{ __('translate.Unlimited') }} |