@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)
{{ $operation_type->name }}
@endforeach
@error('operation_type_id')
{{ $message }}
@enderror
@endif
@error('description')
{{ $message }}
@enderror
@if ($this->operation_type_id == 2)
@foreach($supplier_list as $supplier)
supplier_id)) && (in_array($supplier->id,$this->supplier_id))) selected="selected" @endif > {{ $supplier->name }}
@endforeach
@endif @if (in_array($this->operation_type_id, [3]))
@foreach($machine_list as $machine)
{{ $machine->name }}
@endforeach
@foreach($location_list as $location)
{{ $location->name }}
@endforeach
@foreach($employee_list as $employee)
{{ $employee->name }}
@endforeach
@endif
Cancel
Save