@extends('admin/master') @section('content') @if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif
    @if($order)
    @if($self_role !='销售' )
    @endif @if( $order['status'] <2 || !$order['goods'] )

      @endif
      @if($order['goods']) @foreach($order['goods'] as $k=>$good)

      {{$good['name']}} 【 规格:{{$good['props_name']}} 价格:¥{{$good['price']}} 】  件数 @if($order['status'] < 2)    @else :{{$good["num"]}} @endif

      @endforeach @endif

      @if(0) @if($self_role !='销售' )
        
      @endif @endif @endif
         
      @endsection