@extends('layouts.master') @section('title', 'GAC Form') @section('style') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@csrf {{-- hidden --}} {{-- ===================== --}} {{-- 1. Email --}} {{-- ===================== --}}
{{-- ===================== --}} {{-- 2. PDPA Consent --}} {{-- ===================== --}}

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' : '' }}>
pdpa ?? '') == 'no' ? 'checked' : '' }}>
{{-- ===================== --}} {{-- 3. Student ID --}} {{-- ===================== --}}
{{-- ===================== --}} {{-- 4. Name --}} {{-- ===================== --}}
{{-- ===================== --}} {{-- 5. Program --}} {{-- ===================== --}}

Mark only one oval

@foreach ($programs as $program)
program_id ?? '') == $program->program_id ? 'selected' : '' }}>
@endforeach
{{-- ===================== --}} {{-- 6. Advisor --}} {{-- ===================== --}}
{{-- ===================== --}} {{-- 7. CGPA --}} {{-- ===================== --}}
{{-- ===================== {{-- 8. Advisor Comment --}} {{-- ===================== --}} {{--
advisor_comment ?? '') == 'yes' ? 'checked' : '' }}>
advisor_comment ?? '') == 'not_yet' ? 'checked' : '' }}>
--}} {{-- ===================== --}} {{-- Buttons --}} {{-- ===================== --}}
@include('layouts.footer') @endsection