@extends( 'newBase' ) @section( 'title', 'index' ) @section( 'content' ) @php $isEditable = ( $application->statusName != ApplicationTypes::REFUND && $application->statusName != ApplicationTypes::CHANGE_COURSE && $application->statusName != ApplicationTypes::COURSE_CHANGED ); @endphp
{{--title bar--}}
个人信息
{{--personal info--}}
姓名:{{$customer->userName}}
电话:{{$customer->phone}}
邮箱:{{$customer->email}}
渠道:
优先级:
{{__('User Name')}}: {{$customer->registeredName}}
@if(!empty($application->discountCode))
折扣码 : {{$application->discountCode}}
@endif
专业申请信息
{{--Content for application information--}}
类别:{{$application->courseLevel}}
学校:{{$application->uniNameChinese." ".$application->uniName}}
专业:{{$application->courseNameChinese." ".$application->courseNameEnglish}}
渠道:{{$channelName}}
备注:
{{$application->remarks ?? ''}}
@if($canEditApplicationAdvancedInfo ?? false)
@include('work_bench.order_details.extra_info', [ 'title' => '申请信息', 'key' => 'applyInfo', 'defaultValue' => $application->applyInfo ]) @include('work_bench.order_details.extra_info', [ 'title' => '跟踪信息', 'key' => 'trackingInfo', 'defaultValue' => $application->trackingInfo ]) @include('work_bench.order_details.extra_info', [ 'title' => '安全记录', 'key' => 'safeRecord', 'defaultValue' => $application->safeRecord ])
@endif
申请大学记录文件(此处文件仅为内部使用,客户无法查看;结果文件上传至下方”专业申请设置“)
{{--Content for status selection and application id--}}
专业申请设置
学生回复状态:
@if($isEditable)
当前专业申请状态:
@if($orderItemType != OrderItemTypes::VIRTUAL_COURSE)
@else
@endif
@if($approvalLinkedType)查看@else发起@endif退款/换课审批 @if($approvalLinkedType)
当前审批状态:@if($approvalLinkedType == 1) 退款 @elseif($approvalLinkedType == 2) 换课 @endif @if($approvalStatus == 0) 审批中 @elseif($approvalStatus == 1) 已通过 @elseif($approvalStatus == 2) 已拒绝 @endif @endif
{{__('Application ID')}}:
{{__('Start Date')}}:
@else
当前专业申请状态:
@endif
{{--Content for statusDetails--}}
{{--Content for status document and status notes--}}
{{--Content for save and submit buttons--}}
@if($isEditable)
提交内容
@endif
{{--section for change log--}}
专业申请操作记录
@include('common.confirmation') @include('common.notification') @include('common.isReadOnly', ['isReadOnly' => $isReadOnly]) @endsection