{{ $feature->title }}
@if($feature->description){{ $feature->description }}
@endif@php $isRtl = in_array(app()->getLocale(), ['ar', 'he', 'fa', 'ur']); $generalSettings = \App\Models\Central\GeneralSetting::instance(); $appName = $generalSettings->app_name ?: 'Stocky'; $logoUrl = $generalSettings->getLogoUrl(); @endphp
@if($seo){{ $hero->subtitle }}
@endif{{ $hero->description }}
@endif{{ __('landing.features') }}
@if($features['section']){{ $features['section']->section_subtitle }}
@endif{{ $feature->description }}
@endif{{ __('landing.pricing') }}
@if($pricing['settings']){{ $pricing['settings']->section_subtitle }}
@endif{{ __('landing.most_popular') }}
@endif@if($plan->price == 0) {{ __('landing.perfect_to_start') ?? 'Perfect to get started' }} @else {{ __('landing.for_growing_teams') ?? 'For growing teams' }} @endif
{{ __('landing.or') }} {{ $currencySymbol }}{{ $plan->yearly_price == floor($plan->yearly_price) ? number_format($plan->yearly_price, 0) : number_format($plan->yearly_price, 2) }} / {{ __('landing.yr') }} @if($plan->getYearlySavingsPercent() > 0) {{ __('landing.save') }} {{ $plan->getYearlySavingsPercent() }}% @endif
@endif @php $limits = $plan->limits ?? []; $planFeatures = $plan->features ?? []; @endphp{{ $howItWorks['section']->section_label ?? __('landing.how_it_works') }}
{{ $howItWorks['section']->section_subtitle ?? __('landing.how_it_works_subtitle') }}
{{ $step->description }}
{{ __('landing.hiw_features_desc') }}
{{ __('landing.hiw_pricing_desc') }}
{{ __('landing.hiw_delete_desc') }}
{{ __('landing.hiw_data_desc') }}
{{ __('landing.hiw_trial_desc') }}
{{ __('landing.hiw_upgrade_desc') }}
{{ __('landing.testimonials') }}
{{ __('landing.testimonials_subtitle') }}
“{{ $testimonial->review }}”
{{ __('landing.faq') ?? 'FAQ' }}
{{ __('landing.faq_subtitle') }}
{{ $cta->subtitle }}
@endif @if($cta->button_text) {{ $cta->button_text }} @endif