Manage Operation Types

Create New Operation
@if($isOpen) @include('livewire.operation.type-create') @endif
No. Name Action @foreach($operationtypes as $operationtype) {{ $operationtype->id }} {{ $operationtype->name }} @endforeach