@csrf
{!! Form::label('skuId', __('Skuid')) !!}

{{ $prepaynationProduct->skuId }}

{!! Form::label('productId', __('Productid')) !!}

{{ $prepaynationProduct->productId }}

{!! Form::label('productName', __('Productname')) !!}

{{ $prepaynationProduct->productName }}

{!! Form::label('min', __('Min')) !!}

{{ $prepaynationProduct->min }}

{!! Form::label('max', __('Max')) !!}

{{ $prepaynationProduct->max }}

{!! Form::label('category', __('Category')) !!}

{{ $prepaynationProduct->category }}

{!! Form::label('isSalesTaxCharged', __('Issalestaxcharged')) !!}

{{ $prepaynationProduct->isSalesTaxCharged }}

{!! Form::label('salesTax', __('Salestax')) !!}

{{ $prepaynationProduct->salesTax }}

{!! Form::label('countryCode', __('Countrycode')) !!}

{{ $prepaynationProduct->countryCode }}

{!! Form::label('benefitType', __('Benefittype')) !!}

{{ $prepaynationProduct->benefitType }}

{!! Form::label('validity', __('Validity')) !!}

{{ $prepaynationProduct->validity }}

{!! Form::label('productDescription', __('Productdescription')) !!}

{{ $prepaynationProduct->productDescription }}

{!! Form::label('localPhoneNumberLength', __('Localphonenumberlength')) !!}

{{ $prepaynationProduct->localPhoneNumberLength }}

{!! Form::label('internationalCountryCode', __('Internationalcountrycode')) !!}

{{ $prepaynationProduct->internationalCountryCode }}

{!! Form::label('allowDecimal', __('Allowdecimal')) !!}

{{ $prepaynationProduct->allowDecimal }}

{!! Form::label('fee', __('Fee')) !!}

{{ $prepaynationProduct->fee }}

{!! Form::label('operatorId', __('Operatorid')) !!}

{{ $prepaynationProduct->operatorId }}

{!! Form::label('operatorName', __('Operatorname')) !!}

{{ $prepaynationProduct->operatorName }}

{!! Form::label('imageUrl', __('Imageurl')) !!}

{{ $prepaynationProduct->imageUrl }}

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

{{ $prepaynationProduct->note }}

{!! Form::label('parameters', __('Parameters')) !!}

{{ $prepaynationProduct->parameters }}

{!! Form::label('details', __('Details')) !!}

{{ $prepaynationProduct->details }}

{!! Form::label('descriptions', __('Descriptions')) !!}

{{ $prepaynationProduct->descriptions }}

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

{{ $prepaynationProduct->created_by }}

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

{{ $prepaynationProduct->updated_by }}

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

{{ $prepaynationProduct->created_at }}

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

{{ $prepaynationProduct->updated_at }}