@extends('newBase') @section('title', 'consultant') @section('content')

创建订单

{{ __('Customer Name') }}: {{$customer->userName}}
联系方式: {{$customer->phone}}
邮箱地址: {{$customer->email}}
添加课程
编号 课程名称 大学名称 级别 入学日期 服务费(英镑) 服务费(人民币) 操作
总计 0.00 0.00
@foreach(\App\Enumerables\AdminPaymentMethods::GBP_PAYMENT as $paymentMethod)
iteration === 1) ? 'checked' : ''}} >
@endforeach
确认添加
@include('admin.order_creation.modals.courses_modal') @include('admin.order_creation.modals.confirmation_modal')
@endsection