@php $service = $service ?? null; @endphp
@php $cycle = old('billing_cycle', $service->billing_cycle ?? 'one_time'); @endphp
@php $status = old('status', $service->status ?? 'active'); @endphp
Cancel