@extends('layouts.base') @section('content') @section('title', trans('商品分类详情'))
@if($item->id) @endif @if(!empty($parent))
@if(!empty($parent)){{$parent->name}} @endif
@endif
{!! app\common\helpers\ImageHelper::tplFormFieldImage('category[thumb]', $item->thumb)!!} 建议尺寸: 100*100,或正方型图片
@if($level<=2)
{!! app\common\helpers\ImageHelper::tplFormFieldImage('category[adv_img]', $item->adv_img)!!} 建议尺寸: 640*320
@endif @include('goods.category.search-group');
@include('public.admin.mylink'); {{--点击复制链接--}} @endsection