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

{{ SiteHelpers::activeLang('Id', (isset($fields['id']['language'])? $fields['id']['language'] : array())) }} {{ $row->id }}
{{ SiteHelpers::activeLang('CategoryId', (isset($fields['categoryId']['language'])? $fields['categoryId']['language'] : array())) }} {{ $row->categoryId }}
{{ SiteHelpers::activeLang('CategoryMode', (isset($fields['categoryMode']['language'])? $fields['categoryMode']['language'] : array())) }} {{ $row->categoryMode }}
{{ SiteHelpers::activeLang('CategoryAttribute', (isset($fields['categoryAttribute']['language'])? $fields['categoryAttribute']['language'] : array())) }} {{ $row->categoryAttribute }}
{{ SiteHelpers::activeLang('CategoryPath', (isset($fields['categoryPath']['language'])? $fields['categoryPath']['language'] : array())) }} {{ $row->categoryPath }}
{{ 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