@if (session()->has('message')) @endif @if (session()->has('error')) @endif @php $steps = [ 1 => 'Plan Details', 2 => 'Plan Limits', 3 => 'Plan Features', 4 => 'Usage Rates', 5 => 'Review & Save', ]; @endphp

{{ $isEditing ? 'Edit' : 'Create' }} Subscription Plan

@if ($currentStep == 1) @elseif($currentStep == 2) @elseif($currentStep == 3) @elseif($currentStep == 4) @elseif($currentStep == 5) @endif
@push('scripts') @endpush