@extends('admin.layouts.base') @section('add_css') @endsection @section('content')
订单ID {{ $show->id }} 订单编号 {{ $show->order_sn }}
订单金额 {{ $show->price }}
类型 {{ $show->order_type_name }} 服务类型 {{ $show->server_type_name }}
景点 {{ $show->screen_type==2?'内景':$show->infos->scenic_name }} 车费 {{ $show->screen_type==2?'无':$show->infos->car_name }}
产品 {{ $show->infos->product_name }} 精修张数级别 {{ $show->infos->shoot_name }}~{{ $show->infos->shoot_level }}
产品价格 {{ $show->infos->product_price }} 车费价格 {{ $show->infos->car_price }}
精修价格 {{ $show->infos->shoot_price }} 精修数量 {{ $show->infos->shoot_number }}
@endsection @section('add_js') @endsection