@include('components.modalDelete')
@include('components.message') @if ($view == 'index') @if ($parent_id == null) @include('components.filter') @endif @include('livewire.category.index') @elseif ($view == 'create') @include('livewire.category.edit') @elseif ($view == 'edit') @include('livewire.category.edit') @elseif ($view == 'show') @livewire('category-component', ['parent_id' => optional($this->Object)->id, 'type' => optional($this->Object)->type]) @endif
@include('components.script')