@extends('layouts.header') @section('content') Student Details Form @csrf Name of the Student: Age: Date of Birth: Gender: Male Female Student Aadhar Number: Name of the Parents/Guardian: Parents' Occupation: Parents' Income: Parent Aadhar Number: Address for Communication: Contact Phone Number: Extra Phone Number: Educational Details Class: Select Class @foreach ($class as $key => $value) {{ $key }} @endforeach {{-- @for ($class = 1; $class <= 12; $class++) {{ convertToRoman($class) }} @endfor --}} Standard: Select Standard A B C D E F Medium of Instruction: Select Medium of Instruction English Tamil {{-- School Name: --}} School Name: Select School @foreach ($school as $school) {{ $school->school_name }} @endforeach @error('school') {{ $message }} @enderror School Fees: School Address: Image of Student: Submit @endsection @push('scripts') @endpush