Create New Plan

@csrf
@error('title')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Price
@php $oldCycle = old('billing_cycle') ?? (old('price.monthly_price') !== null ? 'monthly' : (old('price.yearly_price') !== null ? 'yearly' : '')); $oldPriceValue = old('price.monthly_price') ?? old('price.yearly_price'); @endphp
Condition JSON
Cancel