{!! Form::label('vivape_id', __('Vivape Id')) !!}

{{ $product->vivape_id }}

{!! Form::label('sku', __('Sku')) !!}

{{ $product->sku }}

{!! Form::label('routes', __('Routes')) !!}

{{ $product->routes }}

{!! Form::label('priority_routes', __('Priority Routes')) !!}

{{ $product->priority_routes }}

{!! Form::label('hold_routes', __('Hold Routes')) !!}

{{ $product->hold_routes }}

{!! Form::label('cost', __('Cost')) !!}

{{ $product->cost }}

{!! Form::label('price', __('Price')) !!}

{{ $product->price }}

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

{{ $product->price_min }}

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

{{ $product->price_max }}

{!! Form::label('price_index', __('Price Index')) !!}

{{ $product->price_index }}

{!! Form::label('price_index_min', __('Price Index Min')) !!}

{{ $product->price_index_min }}

{!! Form::label('price_index_max', __('Price Index Max')) !!}

{{ $product->price_index_max }}

{!! Form::label('profit_index', __('Profit Index')) !!}

{{ $product->profit_index }}

{!! Form::label('profit_index_min', __('Profit Index Min')) !!}

{{ $product->profit_index_min }}

{!! Form::label('profit_index_max', __('Profit Index Max')) !!}

{{ $product->profit_index_max }}

{!! Form::label('commission_amount', __('Commission Amount')) !!}

{{ $product->commission_amount }}

{!! Form::label('commission_index', __('Commission Index')) !!}

{{ $product->commission_index }}

{!! Form::label('commission_index_min', __('Commission Index Min')) !!}

{{ $product->commission_index_min }}

{!! Form::label('commission_index_max', __('Commission Index Max')) !!}

{{ $product->commission_index_max }}

{!! Form::label('commission_type', __('Commission Type')) !!}

{{ $product->commission_type }}

{!! Form::label('discount_amount', __('Discount Amount')) !!}

{{ $product->discount_amount }}

{!! Form::label('discount_index', __('Discount Index')) !!}

{{ $product->discount_index }}

{!! Form::label('discount_type', __('Discount Type')) !!}

{{ $product->discount_type }}

{!! Form::label('discount_media', __('Discount Media')) !!}

{{ $product->discount_media }}

{!! Form::label('discount_code', __('Discount Code')) !!}

{{ $product->discount_code }}

{!! Form::label('starts_from', __('Starts From')) !!}

{{ $product->starts_from }}

{!! Form::label('ends_on', __('Ends On')) !!}

{{ $product->ends_on }}

{!! Form::label('inactivity_starts', __('Inactivity Starts')) !!}

{{ $product->inactivity_starts }}

{!! Form::label('inactivity_ends', __('Inactivity Ends')) !!}

{{ $product->inactivity_ends }}

{!! Form::label('date_of_joining', __('Date Of Joining')) !!}

{{ $product->date_of_joining }}

{!! Form::label('user_id', __('User Id')) !!}

{{ $product->user_id }}

{!! Form::label('operator_id', __('Operator Id')) !!}

{{ $product->operator_id }}

{!! Form::label('api_provider_id', __('Api Provider Id')) !!}

{{ $product->api_provider_id }}

{!! Form::label('country_id', __('Country Id')) !!}

{{ $product->country_id }}

{!! Form::label('state_id', __('State Id')) !!}

{{ $product->state_id }}

{!! Form::label('city_id', __('City Id')) !!}

{{ $product->city_id }}

{!! Form::label('area_id', __('Area Id')) !!}

{{ $product->area_id }}

{!! Form::label('address', __('Address')) !!}

{{ $product->address }}

{!! Form::label('identity', __('Identity')) !!}

{{ $product->identity }}

{!! Form::label('identity_type', __('Identity Type')) !!}

{{ $product->identity_type }}

{!! Form::label('identity_attachment', __('Identity Attachment')) !!}

{{ $product->identity_attachment }}

{!! Form::label('parent_type_id', __('Parent Type Id')) !!}

{{ $product->parent_type_id }}

{!! Form::label('parent_category_id', __('Parent Category Id')) !!}

{{ $product->parent_category_id }}

{!! Form::label('parent_status_id', __('Parent Status Id')) !!}

{{ $product->parent_status_id }}

{!! Form::label('referance', __('Referance')) !!}

{{ $product->referance }}

{!! Form::label('code', __('Code')) !!}

{{ $product->code }}

{!! Form::label('title', __('Title')) !!}

{{ $product->title }}

{!! Form::label('name', __('Name')) !!}

{{ $product->name }}

{!! Form::label('level', __('Level')) !!}

{{ $product->level }}

{!! Form::label('index', __('Index')) !!}

{{ $product->index }}

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

{{ $product->index_min }}

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

{{ $product->index_max }}

{!! Form::label('status', __('Status')) !!}

{{ $product->status }}

{!! Form::label('type', __('Type')) !!}

{{ $product->type }}

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

{{ $product->category }}

{!! Form::label('ranking', __('Ranking')) !!}

{{ $product->ranking }}

{!! Form::label('priority', __('Priority')) !!}

{{ $product->priority }}

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

{{ $product->details }}

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

{{ $product->note }}

{!! Form::label('description', __('Description')) !!}

{{ $product->description }}

{!! Form::label('paremeters', __('Paremeters')) !!}

{{ $product->paremeters }}

{!! Form::label('attachment', __('Attachment')) !!}

{{ $product->attachment }}

{!! Form::label('image', __('Image')) !!}

{{ $product->image }}

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

{{ $product->created_by }}

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

{{ $product->updated_by }}

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

{{ $product->created_at }}

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

{{ $product->updated_at }}