Back

Add Feature

steps

Add a step

{{-- @foreach ($posts as $post)

{{ $post['title'] }}

{{ $post['content'] }}

@endforeach --}} @foreach ($steps as $step)
# {{$step['name']}}
{{--
@livewire('show-update-step-from', ['step' => $step], key($step->id))
--}}
@endforeach
{{-- @livewire('show-add-step', ['fid' => 1]) --}}
@if (session()->has('message')) {{ session('message') }} @endif