@php // Current exchange rate $exchangeRate = ExchangeRate::get('sell', $school->currency); $exchangeRate = $exchangeRate['days-0']; @endphp @section('css') @endsection @section('js') @endsection @inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search_language-school-caculator', $school->school_id, $school->name)) @extends('layouts.frontend') @section('content')
@if (env('hide') == 'N')
@include('frontend.module.school-btnlike')
@endif
{{$school->name}}
{{ $FrontendPresenter->getCountry($school->country) }} {{$school->city_tw}}

{!!$school->feature!!}

報價單
@if (isOffice())
學生姓名 顧問資訊 學費適用年度
{{ $school->name }}
@foreach ($year_list->reverse() as $y) {{ $y }}年 @endforeach
@else
  • 自助報價尚未加入學校優惠及edm優惠,
  • 詳細優惠內容歡迎向負責顧問詢問
使用說明

Step1 選擇想就讀的課程、 週數,確認後點選 「新增選項」 至報價系統

Step2 選擇想入 住的住宿選項、 週數,確認後點選 「新增選項」 至報價系統

Step3 若想透過學校安 排接機服務, 請在學校其他費 用選擇

Step4 下方將會顯示 所需的台幣、 外幣總額

Step5 取得edm專屬優惠價、 確認最終報價資料, 請與我們聯繫v

@endif
學費 住宿費 學校其他費用
@include('frontend.search.calculator.template-search-course', [ 'school_id' => $school->school_id, 'year' => $year, 'course_list' => $course_list, ]) @include('frontend.search.calculator.template-search-stay', [ 'school_id' => $school->school_id, 'year' => $year, 'stay_list' => $stay_list, ]) @include('frontend.search.calculator.template-search-etc', [ 'school_id' => $school->school_id, 'year' => $year, 'etc_list' => $etc_list, ])
學費(Tuition)
申請項目 時間 費用(外幣) 費用(NT$)
小計 NT$ 0
住宿費(Accommodation)
申請項目 時間 費用(外幣) 費用(NT$)
小計 NT$ 0
學校其他費用
申請明細 費用(外幣) 費用(NT$)
小計 NT$ 0
@if (isOffice())
ed:m 專屬優惠
優惠明細 費用(外幣) 費用(NT$)
{{ getCurrencySymbol($school->currency) }} NT$
小計 NT$ 0
@endif

外幣總額 {{ getCurrencySymbol($school->currency) }} 0

台幣總額 NT$ 0

匯率 : NT$ {{ $exchangeRate }} (1GBP) / 報價日期 : {{ ExchangeRate::time()->format('Y年 m月 d日') }}

注意事項
@if (isOffice()) @else @endif
@stop @section('modal') @include('frontend.module.modal-search-price') @stop @section('js') @stop {{-- --}}