@extends('layouts.base') @section('content') @section('title', trans('代客下单')) @section('css') @endsection
@if(empty($store)) 平台自营 @else 门店:{{$store['store_name']}} @endif
{!!$catetory_menus!!}

@foreach($goodsList as $row) @endforeach
选择 ID 商品 价格 库存
{{$row['id']}} {{$row['title']}} {{$row['price']}} {{$row['stock']}}
订单信息   
商品名称 价格 数量 金额 删除
会员信息
{{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}}
@if(\Setting::get('shop.trade.is_street')) {!! app\common\helpers\AddressHelper::tplLinkedAddress(['address[province_id]','address[city_id]','address[district_id]','address[street_id]'], [])!!} @else {!! app\common\helpers\AddressHelper::tplLinkedAddress(['address[province_id]','address[city_id]','address[district_id]'], []) !!} @endif
@include('Yunshop\HelpUserBuying::admin.payform') @endsection