|
@@ -131,8 +131,6 @@ class DistProductController extends AdminDistController
|
|
return CommonHelper::displayImage($dataImages,150);
|
|
return CommonHelper::displayImage($dataImages,150);
|
|
})->unescape();
|
|
})->unescape();
|
|
$show->field('content')->unescape();
|
|
$show->field('content')->unescape();
|
|
- $show->field('created_at');
|
|
|
|
- $show->field('updated_at');
|
|
|
|
$show->field('seo_title');
|
|
$show->field('seo_title');
|
|
$show->field('seo_keywords');
|
|
$show->field('seo_keywords');
|
|
$show->field('seo_description');
|
|
$show->field('seo_description');
|
|
@@ -141,6 +139,8 @@ class DistProductController extends AdminDistController
|
|
});
|
|
});
|
|
$show->field('order');
|
|
$show->field('order');
|
|
$show->field('enabled')->using(admin_trans_array(config('dictionary.enabled')));
|
|
$show->field('enabled')->using(admin_trans_array(config('dictionary.enabled')));
|
|
|
|
+ $show->field('created_at');
|
|
|
|
+ $show->field('updated_at');
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|