@extends('layouts.new_theme') @section('content')

{{ __('Plans') }}

@include('common.demo') @include('common.errors')

{{ __('Edit Plan') }}

@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
server_count) == null ? 'checked' : "" }}>
server_count) !== null ? 'checked' : "" }}> --}} {{ old('servers', $plan->server_count) !== null || old('servers', $plan->server_count) == 0 ? 'checked' : "" }}>
webpage_count) == null ? 'checked' : "" }}>
webpage_count) != null || old('webpages', $plan->webpage_count) == 0 ? 'checked' : "" }}> {{-- {{ old('webpages', $plan->webpage_count) != null ? 'checked' : "" }}> --}} @error('webpage_count')
{{ $message }}
@enderror
api_count) == null ? 'checked' : "" }}>
api_count) != null || old('apis', $plan->api_count) == 0 ? 'checked' : "" }}> {{-- {{ old('apis', $plan->api_count) != null ? 'checked' : "" }}> --}} @error('api_count')
{{ $message }}
@enderror
ssl_count) == null ? 'checked' : "" }}>
ssl_count) != null || old('ssl', $plan->ssl_count) == 0 ? 'checked' : "" }}> {{-- {{ old('ssl', $plan->ssl_count) != null ? 'checked' : "" }}> --}} @error('ssl_count')
{{ $message }}
@enderror
domain_count) == null ? 'checked' : "" }}>
domain_count) != null || old('domains', $plan->domain_count) == 0 ? 'checked' : "" }}> {{-- {{ old('domains', $plan->domain_count) != null ? 'checked' : "" }}> --}} @error('domain_count')
{{ $message }}
@enderror
subdomain_count) == null ? 'checked' : "" }}>
subdomain_count) != null || old('subdomains', $plan->subdomain_count) == 0 ? 'checked' : "" }}> @error('subdomain_count')
{{ $message }}
@enderror
dns_count) == null ? 'checked' : "" }}>
dns_count) != null || old('dns', $plan->dns_count) == 0 ? 'checked' : "" }}> @error('dns_count')
{{ $message }}
@enderror
keyword_count) == null ? 'checked' : "" }}>
keyword_count) != null || old('keyword', $plan->keyword_count) == 0 ? 'checked' : "" }}> @error('keyword_count')
{{ $message }}
@enderror
@error('display_order')
{{ $message }}
@enderror {{ __('You can enter a number that represents the display order of the plan to domains') }}
status) == 1 ? 'checked' : "" }}>
status) == 0 ? 'checked' : "" }}>
{{ __('Enable to activate this plan') }}.
@if (env('APP_ENV') != 'demo')
@endif
@endsection