Manage Categories @if($operation_type_title) : {{ $operation_type_title }} @endif

Create Category
@if($isOpen) @include('livewire.operation.category-create') @endif
@foreach($mycategories as $key => $category) @include('livewire.operation.category-grid') @endforeach