{{___('Edit Plan')}}

@csrf @method('PUT')
@foreach ($admin_languages as $language) @endforeach
@foreach ($admin_languages as $language) @endforeach
@if($plan->id != 'free' && $plan->id != 'trial')
{{ $settings->currency_code }}
{{ ___('Set 0 to disable it.') }}
{{ $settings->currency_code }}
{{ ___('Set 0 to disable it.') }}
{{ $settings->currency_code }}
{{ ___('Set 0 to disable it.') }}
{{ quick_switch(___('Recommended'), 'recommended', $plan->recommended == 'yes') }}
@endif @if ($plan->id == 'trial')
{{ ___('The number of days, the trial plan can be used.') }}
@endif
{{ ___('Plan Settings') }}

{{ ___('For unlimited, enter 999.') }}
{{ ___('Package Option (Check it if you want to allow)') }}

settings->top_search_result == "yes") checked @endif>
settings->show_on_home == "yes") checked @endif>
{{ quick_switch(___('Hide Branding'), 'hide_branding', @$plan->settings->hide_branding == '1') }}
{{quick_switch(___('Show advertisements'), 'advertisements', @$plan->settings->advertisements == '1')}}
@if($PlanOption->count())
{{ ___('Custom Settings') }}

@foreach ($PlanOption as $planoption) @php $planoption_id = $planoption['id']; @endphp
{{ quick_switch($planoption['title'], "planoptions[$planoption_id]", (isset($plan->settings->custom_features->$planoption_id) && $plan->settings->custom_features->$planoption_id == '1')) }}
@endforeach @endif @if($plan->id != 'free' && $plan->id != 'trial') @if($taxes->count())
{{ ___('Taxes') }}

{{ ___('Select taxes for this plan.') }}
@endif @endif