@extends('layouts.app') @section('content')

{{ SiteHelpers::activeLang('Id', (isset($fields['id']['language'])? $fields['id']['language'] : array())) }} {{ $row->id }}
{{ SiteHelpers::activeLang('BestOfferMode', (isset($fields['bestOfferMode']['language'])? $fields['bestOfferMode']['language'] : array())) }} {{ $row->bestOfferMode }}
{{ SiteHelpers::activeLang('BestOfferAcceptMode', (isset($fields['bestOfferAcceptMode']['language'])? $fields['bestOfferAcceptMode']['language'] : array())) }} {{ $row->bestOfferAcceptMode }}
{{ SiteHelpers::activeLang('BestOfferAcceptAttribute', (isset($fields['bestOfferAcceptAttribute']['language'])? $fields['bestOfferAcceptAttribute']['language'] : array())) }} {{ $row->bestOfferAcceptAttribute }}
{{ SiteHelpers::activeLang('BestOfferAcceptValue', (isset($fields['bestOfferAcceptValue']['language'])? $fields['bestOfferAcceptValue']['language'] : array())) }} {{ $row->bestOfferAcceptValue }}
{{ SiteHelpers::activeLang('BestOfferRejectMode', (isset($fields['bestOfferRejectMode']['language'])? $fields['bestOfferRejectMode']['language'] : array())) }} {{ $row->bestOfferRejectMode }}
{{ SiteHelpers::activeLang('BestOfferRejectAttribute', (isset($fields['bestOfferRejectAttribute']['language'])? $fields['bestOfferRejectAttribute']['language'] : array())) }} {{ $row->bestOfferRejectAttribute }}
{{ SiteHelpers::activeLang('BestOfferRejectValue', (isset($fields['bestOfferRejectValue']['language'])? $fields['bestOfferRejectValue']['language'] : array())) }} {{ $row->bestOfferRejectValue }}
{{ SiteHelpers::activeLang('BuyItNowMode', (isset($fields['buyItNowMode']['language'])? $fields['buyItNowMode']['language'] : array())) }} {{ $row->buyItNowMode }}
{{ SiteHelpers::activeLang('BuyItNowAttribute', (isset($fields['buyItNowAttribute']['language'])? $fields['buyItNowAttribute']['language'] : array())) }} {{ $row->buyItNowAttribute }}
{{ SiteHelpers::activeLang('BuyItNowCoefficient', (isset($fields['buyItNowCoefficient']['language'])? $fields['buyItNowCoefficient']['language'] : array())) }} {{ $row->buyItNowCoefficient }}
{{ SiteHelpers::activeLang('ListingDuration', (isset($fields['listingDuration']['language'])? $fields['listingDuration']['language'] : array())) }} {{ $row->listingDuration }}
{{ SiteHelpers::activeLang('QtyMode', (isset($fields['qtyMode']['language'])? $fields['qtyMode']['language'] : array())) }} {{ $row->qtyMode }}
{{ SiteHelpers::activeLang('QtyAttribute', (isset($fields['qtyAttribute']['language'])? $fields['qtyAttribute']['language'] : array())) }} {{ $row->qtyAttribute }}
{{ SiteHelpers::activeLang('QtyValue', (isset($fields['qtyValue']['language'])? $fields['qtyValue']['language'] : array())) }} {{ $row->qtyValue }}
{{ SiteHelpers::activeLang('QtyPercent', (isset($fields['qtyPercent']['language'])? $fields['qtyPercent']['language'] : array())) }} {{ $row->qtyPercent }}
{{ SiteHelpers::activeLang('UseEbayTaxTable', (isset($fields['useEbayTaxTable']['language'])? $fields['useEbayTaxTable']['language'] : array())) }} {{ $row->useEbayTaxTable }}
{{ SiteHelpers::activeLang('PriceAttribute', (isset($fields['priceAttribute']['language'])? $fields['priceAttribute']['language'] : array())) }} {{ $row->priceAttribute }}
{{ SiteHelpers::activeLang('StrikePriceAttribute', (isset($fields['strikePriceAttribute']['language'])? $fields['strikePriceAttribute']['language'] : array())) }} {{ $row->strikePriceAttribute }}
{{ SiteHelpers::activeLang('VariantPriceMode', (isset($fields['variantPriceMode']['language'])? $fields['variantPriceMode']['language'] : array())) }} {{ $row->variantPriceMode }}
{{ SiteHelpers::activeLang('PriceChangeMode', (isset($fields['priceChangeMode']['language'])? $fields['priceChangeMode']['language'] : array())) }} {{ $row->priceChangeMode }}
{{ SiteHelpers::activeLang('PriceChangeCoefficient', (isset($fields['priceChangeCoefficient']['language'])? $fields['priceChangeCoefficient']['language'] : array())) }} {{ $row->priceChangeCoefficient }}
{{ SiteHelpers::activeLang('Created At', (isset($fields['created_at']['language'])? $fields['created_at']['language'] : array())) }} {{ $row->created_at }}
{{ SiteHelpers::activeLang('Updated At', (isset($fields['updated_at']['language'])? $fields['updated_at']['language'] : array())) }} {{ $row->updated_at }}
@stop