@if($status->statusName == \App\Enumerables\ApplicationTypes::REJECTED)
@elseif( $status->statusName == \App\Enumerables\ApplicationTypes::CONDITIONAL || $status->statusName == \App\Enumerables\ApplicationTypes::UNCONDITIONAL_OFFER )
Offer 押金要求:
status_deposit_checkbox) disabled @endif>
status_deposit_checkbox) disabled @endif >
CAS 押金要求:
cas_deposit_checkbox) disabled @endif>
cas_deposit_checkbox) disabled @endif >
@if($status->statusName == \App\Enumerables\ApplicationTypes::CONDITIONAL)
学术要求:
语言成绩类型:
推荐信要求:
{{--
--}}
@endif @elseif($status->statusName == \App\Enumerables\ApplicationTypes::REFUND) @php /** * @var App\OrderItems $orderItem */ $currencySign = ($orderItem->currency == App\Enumerables\Currency::GBP) ? '£ ' : '¥ '; @endphp

{{__('Application information')}}

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

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

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

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

@endif