{{___('Add Plan')}}

@csrf
@foreach ($admin_languages as $language) @endforeach
@foreach ($admin_languages as $language) @endforeach
{{ $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 Settings') }}

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

{{ quick_switch(___('Hide Branding'), 'hide_branding', true) }}
{{ quick_switch(___('Show advertisements'), 'advertisements') }}
@if($PlanOption->count())
{{ ___('Custom Settings') }}

@foreach ($PlanOption as $planoption)
{{quick_switch($planoption['title'], "planoptions[{$planoption['id']}]")}}
@endforeach @endif @if($taxes->count())
{{ ___('Taxes') }}

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