@extends('layouts.master') @section('title', 'Scholarship Application Form') @section('style') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') แบบฟอร์มสมัครทุนการศึกษา @csrf 1) ข้อมูลเบื้องต้น Email * Student ID * Firstname * Lastname * Program * -- เลือก -- @foreach ($programs as $p) program_id ?? ($students->student_program_id ?? '')) == $p->program_id ? 'selected' : '' }}> {{ $p->program_name }} @endforeach Advisor Name * -- เลือก -- @foreach ($advisors as $advis) advisor_id ?? ($students->student_advisor_id ?? '')) == $advis->advisor_id ? 'selected' : '' }}> {{ $advis->title_en_name }} {{ $advis->advisor_name }} @endforeach CGPA of Semester 2/{{ $last_year->academic_year ?? '20XX' }} or Summer/{{ $last_year->academic_year ?? '20XX' }} * I agree to the processing of my personal data as stated. PDPA 2) Application Sections Consent & Terms * {{ $application->section_consent ?? '' }} Personal Details * {{ $application->section_personal ?? '' }} Education * {{ $application->section_education ?? '' }} Activities and Achievements {{ $application->section_activities ?? '' }} Financial & Family {{ $application->section_financial ?? '' }} Document & Essay {{ $application->section_document ?? '' }} ยืนยันว่าข้อมูลถูกต้องครบถ้วนและยอมรับเงื่อนไขการสมัครทุน* Confirm & Submit Save Draft @include('layouts.footer') @endsection @section('script') @endsection