@extends( 'newBase' ) @section('title', __('Order Details')) @section('content')
{{ __('Customer Information') }}
@include('components.three_column_info_array', [ 'dataItem' => $orderData ])
{{__('Payee Information')}}
{{__('Payee')}}
{{__('Commission Information')}}
{{__('Adult')}}
@foreach($commissionPayees ?? [] as $commissionPayee)
%
@endforeach
{{----}} {{----}}
{{ __('Order Time') }} {{ __('Order Number') }} {{ __('Quantity') }} {{ __('Course Type') }} {{ __('University') }} {{ __('Course Name') }} {{ __('Start Date') }} {{ __('Third-party Application Fee') }} {{ __('Service Fee') }} {{ __('Deposit') }} {{ __('Total') }} {{ __('Discount') }} {{ __('Paid Amount') }} {{ __('Refund Details') }} {{ __('Refund Amount') }} {{ __('Operation') }}
@php($version = config('app.version')) @include('common.notification') @include('common.confirmation') @endsection