@if($status->statusName == ApplicationTypes::REJECTED)
拒绝原因:
@elseif($status->statusName == ApplicationTypes::CONDITIONAL || $status->statusName == ApplicationTypes::UNCONDITIONAL_OFFER)
Offer 确认截止日期:
Offer 押金要求:
status_deposit_checkbox) checked="checked" @endif> 否
status_deposit_checkbox) checked="checked" @endif> 是
Offer 押金金额 (£):
status_deposit_checkbox) disabled @endif>
Offer 押金截止日期:
status_deposit_checkbox) disabled @endif>
CAS 押金要求:
cas_deposit_checkbox) checked="checked" @endif> 否
cas_deposit_checkbox) checked="checked" @endif> 是
CAS 押金金额 (£):
cas_deposit_checkbox) disabled @endif>
CAS 押金截止日期:
cas_deposit_checkbox) disabled @endif>
{{__('Deposit Link')}}:
{{__('Accomodation Link')}}:
@if($status->statusName == ApplicationTypes::CONDITIONAL)
学术要求:
雅思总分:
听:
说:
读:
写:
推荐信要求:
{{--
--}}
None
refRequirement == 1) checked="checked" @endif> 1 Ref
refRequirement == 2) checked="checked" @endif> 2 Ref
其他要求:
@endif @elseif($status->statusName == ApplicationTypes::REFUND) @php /** * @var \App\Order $order */ $currencySign = $order->currency == Currency::GBP ? '£ ' : '¥ '; @endphp

{{__('Application information')}}

{{__('Order Number')}}
{{$order->details->displayOrderNo}}
{{__('Order Time')}}
{{$order->details->order_time}}
{{__('Third-party Application Fee')}}
{{$currencySign.$order->applicationFees}}
{{__('Service Fee')}}
{{$currencySign.$order->serviceFees}}
{{__('Deposit')}}
{{$currencySign.$order->depositFees}}
{{__('Total')}}
{{$currencySign.$order->totalFees}}
{{__('Discount')}}
{{$currencySign.number_format($order->discountValue + $order->discountEvent,2)}}
{{__('Paid')}}
{{$currencySign.$order->totalPaid}}
{{__('Currency')}}
{{\App\Enumerables\Currency::CURRENCY_STRING[$order->currency]}}
{{__('Payment Method')}}
{{$order->paymentMethod}}
{{__('Refund Method')}}
@elseif($status->statusName == ApplicationTypes::CHANGE_COURSE) @php $currencySign = $order->currency == Currency::GBP ? '£ ' : '¥ '; $language = config('app.locale'); @endphp

{{__('Current course information')}}

{{__('Order Number')}}
{{$order->details->displayOrderNo}}
{{__('Order Time')}}
{{$order->details->order_time}}
{{__('Third-party Application Fee')}}
{{$currencySign.$order->applicationFees}}
{{__('Service Fee')}}
{{$currencySign.$order->serviceFees}}
{{__('Deposit')}}
{{$currencySign.$order->depositFees}}
{{__('Total')}}
{{$currencySign.$order->totalFees}}
{{__('Discount')}}
{{$currencySign.number_format($order->discountValue + $order->discountEvent,2)}}
{{__('Paid')}}
{{$currencySign.$order->totalPaid}}
{{__('Currency')}}
{{\App\Enumerables\Currency::CURRENCY_STRING[$order->currency]}}
{{__('Payment Method')}}
{{$order->paymentMethod}}

{{__('Change course information')}}

@endif