@if($viewList) @include('livewire.accounting-accounts.table') @elseif($updateMode) @include('livewire.accounting-accounts.edit') @else @include('livewire.accounting-accounts.create') @endif