@props(['step' => 0]) {{-- Step Mapping (Backend → UI): Backend steps 1-2 (config download, env update) → UI Step 1: Preparing Backend step 3 (pulling images) → UI Step 2: Helper + UI Step 3: Image Backend steps 4-5 (stop/start containers) → UI Step 4: Restart Backend step 6 (complete) → mapped in JS mapStepToUI() in upgrade.blade.php The currentStep variable is inherited from parent Alpine component (upgradeModal). --}}
{{-- Step 1: Preparing --}}
Preparing
{{-- Step 2: Helper --}}
Helper
{{-- Step 3: Image --}}
Image
{{-- Step 4: Restart --}}
Restart