@csrf
{!! Form::label('ProviderCode', __('Providercode')) !!}

{{ $dingProduct->ProviderCode }}

{!! Form::label('SkuCode', __('Skucode')) !!}

{{ $dingProduct->SkuCode }}

{!! Form::label('LocalizationKey', __('Localizationkey')) !!}

{{ $dingProduct->LocalizationKey }}

{!! Form::label('ProcessingMode', __('Processingmode')) !!}

{{ $dingProduct->ProcessingMode }}

{!! Form::label('UatNumber', __('Uatnumber')) !!}

{{ $dingProduct->UatNumber }}

{!! Form::label('DefaultDisplayText', __('Defaultdisplaytext')) !!}

{{ $dingProduct->DefaultDisplayText }}

{!! Form::label('RegionCode', __('Regioncode')) !!}

{{ $dingProduct->RegionCode }}

{!! Form::label('RedemptionMechanism', __('Redemptionmechanism')) !!}

{{ $dingProduct->RedemptionMechanism }}

{!! Form::label('LookupBillsRequired', __('Lookupbillsrequired')) !!}

{{ $dingProduct->LookupBillsRequired }}

{!! Form::label('CommissionRate', __('Commissionrate')) !!}

{{ $dingProduct->CommissionRate }}

{!! Form::label('PaymentTypes', __('Paymenttypes')) !!}

{{ $dingProduct->PaymentTypes }}

{!! Form::label('Benefits', __('Benefits')) !!}

{{ $dingProduct->Benefits }}

{!! Form::label('SettingDefinitions', __('Settingdefinitions')) !!}

{{ $dingProduct->SettingDefinitions }}

{!! Form::label('Maximum', __('Maximum')) !!}

{{ $dingProduct->Maximum }}

{!! Form::label('Minimum', __('Minimum')) !!}

{{ $dingProduct->Minimum }}

{!! Form::label('note', __('Note')) !!}

{{ $dingProduct->note }}

{!! Form::label('created_by', __('Created By')) !!}

{{ $dingProduct->created_by }}

{!! Form::label('updated_by', __('Updated By')) !!}

{{ $dingProduct->updated_by }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $dingProduct->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $dingProduct->updated_at }}