@if($currentPage == PAGECREATEFORM ) @include('livewire.stage.add2') @endif @if ($currentPage == PAGEEDITFORM) @include('livewire.stage.edit2') @endif @if ($currentPage == PAGELIST) @include('livewire.stage.liste2') @endif