@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
{{ isset($plan) ? $plan->features : null }} @error('features') {{ $message }} @enderror
@foreach ($models as $aimodel) @endforeach
@error('price') {{ $message }} @enderror

@lang('Price is a sensitive field. Changing the price will affect the existing subscriptions. Please be careful.')

@lang('Renewal Type is a sensitive field. Changing the Renewal Type will affect the existing subscriptions. Please be careful.')

@lang('Trial days is a sensitive field. Changing the Trial days will affect the existing subscriptions. Please be careful.')

{{ __('Next') }}