{{ __('auto.卡茶叶列表') }}
| OrderID | {{ __('auto.用户') }}ID | {{ __('auto.时间') }} | {{ __('auto.订单状态') }} | {{ __('auto.操作') }} |
|---|---|---|---|---|
| {{ $v->OrderId }} | {{$v->UserID}} | {{ $v->CreateDate }} | {{ $v->State }} |
@extends('base.base') @section('base')
| OrderID | {{ __('auto.用户') }}ID | {{ __('auto.时间') }} | {{ __('auto.订单状态') }} | {{ __('auto.操作') }} |
|---|---|---|---|---|
| {{ $v->OrderId }} | {{$v->UserID}} | {{ $v->CreateDate }} | {{ $v->State }} |