@extends('frontend.template.popup.base_popup') @php $custom_open_popup_button = true; $popup_id = 'quotation_inquiry_school_pupop'; $popup_button_id = 'quotation_inquiry_school_pupop_button'; $popup_title = '更新任教學校'; $popup_button_text = '更新任教學校'; $is_lg_model = true; @endphp @section('open_popup_button')
{{ $popup_button_text }}
@endsection @section('popup_body')

步驟1

更新任教學校

步驟2

更新學科

步驟3

上傳教師身份證明文件

步驟4

確定更新資料

選擇新任教學校

@include('frontend.template.position_select_menu', [ "default" => $data['teacher']->position, 'is_profile' => true, 'id' => 'popup_position_selector' ])
@include('.frontend.template.school.subject', [ 'dropdown_class' => 'border-secondary px-2', 'col_number' => '50', 'default' => $data['teacher_subject'], 'id' => 'change_subject' ])
清除全部
@include( 'frontend.template.teacher.authentication.normal',[ 'id' => 'change_school', 'teacher_authentication_file' => null ])

更改學校資料

更改職務

更改任教學科

提醒

成功更新學校後會刪除所有報價紀錄,未完成的服務會轉至同校另一老師處理。

請問您是否確定更新任教學校為

@endsection @section('popup_buttons')
@endsection @section('popup_style') @endsection @section('popup_script') @endsection