@if($currentPage == "PAGEADDFORM")
@include("livewire.plaintes.add")
@endif
@if($currentPage == "PAGEEDITFORMPLAIGNANT")
@include("livewire.plaintes.editPlaignant")
@endif
@if($currentPage == "PAGEEDITFORMPLAINTE")
@include("livewire.plaintes.editPlainte")
@endif
@if($currentPage == "PAGEEDITFORMINFRACTION")
@include("livewire.plaintes.editInfraction")
@endif
@if($currentPage == "PAGELIST")
@include('livewire.plaintes.liste')
@endif
@if($currentPage == "PAGEDETAILPLAINTE")
@include('livewire.plaintes.detail')
@endif
@push('scripts')
@endpush