@extends ('core.layouts.app') @section ('title', trans('labels.backend.productvariables.management') . ' | ' . trans('labels.backend.productvariables.create')) @section('page-header')

{{ trans('labels.backend.productvariables.management') }} {{ trans('labels.backend.productvariables.create') }}

@endsection @section('content')

{{ trans('labels.backend.productvariables.view') }}

@include('focus.productvariables.partials.productvariables-header-buttons')

{{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'])}}

@endsection