@if ($template == 'builder') @endif @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
@if ($this->operation_type_id == 2)
@foreach($supplier_list as $supplier) @endforeach
@endif @if (in_array($this->operation_type_id, [3]))
@foreach($machine_list as $machine) @endforeach
@foreach($location_list as $location) @endforeach
@foreach($employee_list as $employee) @endforeach
@endif
Cancel Save