@error('name')
{{ $message }}
@enderror
@error('sortcode')
{{ $message }}
@enderror
@if (!isset($this->operation_type_id))
@foreach($operation_type_list as $operation_type)
@endforeach
@error('operation_type_id')
{{ $message }}
@enderror
@endif
@error('description')
{{ $message }}
@enderror
@foreach($operation_category_list as $operation_category)
@if ($operation_category->parent > 0)
@endif
@foreach ( $operation_category->children as $operation_subcategory )
@foreach ( $operation_subcategory->children as $operation_subsubcategory )
@endforeach
@endforeach
@endforeach
@push('scripts')
@endpush
@if ($this->operation_type_id == 2)
@foreach($supplier_list as $supplier)
@endforeach
@push('scripts')
@endpush
@endif
@if (in_array($this->operation_type_id, [3]))
@foreach($machine_list as $machine)
@endforeach
@foreach($employee_list as $employee)
@endforeach
@foreach($location_list as $location)
@endforeach
@endif