@if($currentPage == PAGECREATEFORM ) @include('livewire.soutenance2.add') @endif @if ($currentPage == PAGEEDITFORM) @include('livewire.soutenance2.edit') @endif @if ($currentPage == PAGELIST) @include('livewire.soutenance2.liste') @endif