@extends('layouts.base') @section('content') @section('title', trans('品牌详情'))
{{--@if(isset($brandModel->id) && !empty($brandModel->id))--}}
{!! app\common\helpers\ImageHelper::tplFormFieldImage('brand[logo]', $brandModel->logo)!!} 建议尺寸: 100*100,或正方型图片
{!! yz_tpl_ueditor('brand[desc]', $brandModel->desc) !!}
@endsection