{{-- Back --}} {{-- Back --}}

Update Feature

steps

Add a step

@foreach ($steps as $step)

# {{$step->name}}

delete

Are you sure u want to delte this feature

Yes, I'am sure
No, Cancel
@livewire('show-update-step-from', ['step' => $step], key($step->id))
@endforeach
@livewire('show-add-step', ['fid' => $feature->id])
@if (session()->has('message')) {{ session('message') }} @endif