@extends('layouts.master') @section('title', 'GAC Form') @section('style') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @csrf {{-- hidden --}} {{-- ===================== --}} {{-- 1. Email --}} {{-- ===================== --}} 1. E-mail * {{-- ===================== --}} {{-- 2. PDPA Consent --}} {{-- ===================== --}} 2. Collection and Use of Personal Data * According to the Thailand Personal Data Protection Act B.E. 2562 (PDPA 2019), I acknowledge and consent that the personal data in this form will be collected and used for the consideration of the SIIT Good Academic Performance and Good Conduct (GAC) Scholarship. Mark only one oval pdpa ?? '') == 'yes' ? 'checked' : '' }}> I give my consent pdpa ?? '') == 'no' ? 'checked' : '' }}> I do not give my consent {{-- ===================== --}} {{-- 3. Student ID --}} {{-- ===================== --}} 3. Student ID * {{-- ===================== --}} {{-- 4. Name --}} {{-- ===================== --}} 4. Name - Surname * {{-- ===================== --}} {{-- 5. Program --}} {{-- ===================== --}} 5. Program * Mark only one oval @foreach ($programs as $program) program_id ?? '') == $program->program_id ? 'selected' : '' }}> {{ $program->program_name }} @endforeach {{-- ===================== --}} {{-- 6. Advisor --}} {{-- ===================== --}} 6. Advisor * -- Select Advisor -- @foreach ($advisors as $advisor) advisor_id ?? '') == $advisor->advisor_id ? 'selected' : '' }}> {{ $advisor->title_en_name }} {{ $advisor->advisor_firstname }} {{ $advisor->advisor_lastname }} @endforeach {{-- ===================== --}} {{-- 7. CGPA --}} {{-- ===================== --}} 7. CGPA of Semester 2/{{ $last_year->academic_year ?? '20XX' }} * {{-- ===================== {{-- 8. Advisor Comment --}} {{-- ===================== --}} {{-- 8. Advisor's Comments Document * advisor_comment ?? '') == 'yes' ? 'checked' : '' }}> Yes advisor_comment ?? '') == 'not_yet' ? 'checked' : '' }}> Not yet --}} {{-- ===================== --}} {{-- Buttons --}} {{-- ===================== --}} Save Draft Submit Application @include('layouts.footer') @endsection
According to the Thailand Personal Data Protection Act B.E. 2562 (PDPA 2019), I acknowledge and consent that the personal data in this form will be collected and used for the consideration of the SIIT Good Academic Performance and Good Conduct (GAC) Scholarship.
Mark only one oval