@extends('layouts.master') @section('title', 'NEEDY Form') @section('style') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@csrf {{-- hidden --}} {{-- --}}

Student Information


@php $programs = [ 'ISI', 'ChE', 'CE', 'IE', 'ME', 'CPE', 'DE', 'EE', 'BA', 'EM', 'MT', ]; @endphp @foreach ($programs as $p)
@endforeach

Residence & Basic Living


Transport & Communication

@foreach (['Walk', 'Motorcycle', 'Car', 'Public Transport'] as $t)
@endforeach

Student Income & Support

Family Background

Parents / Guardians




Guardian (if not father/mother)

Health & Special Circumstances



Statements

Household Monthly Incomes & Expenses

Incomes (baht / month)
Expenses (baht / month)
@php $expenses = [ 'Housing', 'Utilities', 'Food & necessities', 'Transport', 'Education', 'Medical', 'Debt instalments', 'Other essential costs', ]; @endphp @foreach ($expenses as $e) @endforeach

Declarations & PDPA Consent


Advisor’s Comments (For Office Use)


Recommend Do Not Recommend

Committee Pre-Interview Sheet


Not recommend Quarter scholarship Half scholarship
@section('script') {{-- JS สำหรับ Next / Previous --}} @endsection @include('layouts.footer') @endsection