18 勤務先又は通学先 Place of employment or school
在留期間更新・在留資格変更用
For extension or change of status
(1)名称 Name
支店・事業所名 Name of branch
(2)所在地 Address
(3)電話番号 Telephone No.
19 最終学歴 Education (last school or institution)
@php $educationLocations = []; if (isset($record) && $record->education_location) { $educationLocations = is_array($record->education_location) ? $record->education_location : json_decode($record->education_location, true); } @endphp
(1)
@php $educationLevels = []; if (isset($record) && $record->education_level) { $educationLevels = is_array($record->education_level) ? $record->education_level : json_decode($record->education_level, true); } @endphp
(2)
(3)学校名 Name of school
(4)学部・課程又は専門課程名称 Name of the department /course or specialized course of study
(5)卒業年月 Date of graduation
Year Month
20 経歴 Record
Year
Year
Year
(競技会名 Name of competitor
21 在学中の大学名 University name and faculty
学部・課程 course to which the applicant after
22 具体的な在留目的(滞在費支弁方法を含む。) Purpose of staying in detail (including method of support)
23 専攻・専門分野 Major field of study
(19で大学院(博士)~短期大学の場合) (Check one of the followings when the answer to the question 19 is from doctor to junior college)
@php $majorFields = []; if (isset($record) && $record->major_fields) { $majorFields = is_array($record->major_fields) ? $record->major_fields : json_decode($record->major_fields, true); } @endphp