@extends('admin/master') @section('content') @if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif
      @if($good)

      {{$good['name']}} 【 规格:{{$good['props_name']}} 价格:¥{{$good['price']}} 】  @if($good['is_weigh']==0) 数量 @else重量 @endif @if($good['is_weigh']==1)(斤) @endif    @if($good['is_weigh']==1)   (称重商品,至少0.5斤) @endif @endif



          {{--返回并查看结果--}}
      @endsection