{{trans('productvariables.name')}}
{{$productvariable['name']}}
{{trans('productvariables.code')}}
{{$productvariable['code']}}
{{trans('productvariables.type')}}
@if($productvariable['type']) {{trans('productvariables.multiple_type')}}@else {{trans('productvariables.standard_type')}} @endif
{{trans('productvariables.val')}}
{{numberFormat($productvariable['val'])}}