@extends('admin/master') @section('content')
{{$good['name']}} 【 规格:{{$good['props_name']}} 价格:¥{{$good['price']}} 库存:{{$good['quantity_str']}}】 @if($good['is_weigh']==0) 数量 @else重量 @endif @if($order['status'] < 2)-+@if($good['is_weigh']==1)(斤) @endif 移除@if($good['is_weigh']==1) (称重商品,至少0.5斤) @endif @else :{{$good["num"]}} @if($good['is_weigh']==1)斤【称重商品】 @endif @endif