{{$hotel_order->belongsToMember->nickname}}
ID: 姓名: {{$hotel_order->belongsToMember->realname}} / 手机号: {{$hotel_order->belongsToMember->mobile}}

{{$cashier_order->realname}}

{{$cashier_order->mobile}}

{{$hotel_order->order_sn}}

商品小计: ¥{{$hotel_order->order_goods_price}}
优惠: ¥{{number_format( $hotel_order['discount_price'] ,2)}}
抵扣: ¥{{number_format( $hotel_order['deduction_price'] ,2)}}
应收款: ¥{{$hotel_order->price}}

{{$hotel_order->status_name}}

{{$hotel_order->pay_type_name}} 查看支付记录


{{$hotel_order->create_time}}

@if ($hotel_order['status'] >= 1)

{{$hotel_order->pay_time}}

@endif @if ($hotel_order['status'] == 3)

{{$hotel_order->finish_time}}

@endif @if (!empty($hotel_order->hasOneRefundApply)) @include('refund.index') @endif @if (count($hotel_order->deductions))
抵扣信息
@foreach ($hotel_order->deductions as $deduction) @endforeach
名称 抵扣值 抵扣金额
{{$deduction->name}} {{$deduction->qty}} ¥{{$deduction->amount}}
@endif @if (count($hotel_order->coupons))
优惠券信息
@foreach ($hotel_order->coupons as $coupon) @endforeach
名称 优惠金额
{{$coupon->name}} ¥{{$coupon->amount}}
@endif
酒店信息
{{$cashier_order->hasOneHotel->hotel_name}} hasOneHotel->province_id); $city = app\common\models\Address::find($cashier_order->hasOneHotel->city_id); $district = app\common\models\Address::find($cashier_order->hasOneHotel->district_id); $street = app\common\models\Street::find($cashier_order->hasOneHotel->street_id); $address = $province['areaname'] . $city['areaname'] . $district['areaname'] . $street['areaname'] . '-' . $cashier_order->hasOneHotel->address; ?> {{$address}} {{$cashier_order->hasOneHotel->mobile}}
@include('Yunshop\Hotel::admin.order.list_tpl.ops') @include('order.modals')