@if($currentPage == "PAGEADDFORM") @include("livewire.infractions.add") @endif @if($currentPage == "PAGEEDITFORM") @include("livewire.infractions.edit") @endif @if($currentPage == "PAGELIST") @include('livewire.infractions.liste') @endif
@push('scripts') @endpush