@extends('admin.layouts.index') @section('content') New Student Admission Personal Information @csrf FORM NO* Valid. Please fill out this field. ADMISSION NUMBER* Valid. Please fill out this field. ADMISSION DATE* Valid. Please fill out this field. ASSIGN SESSION* {{-- --}} Select session @foreach ($sessions as $cla) {{ $cla->name }} @endforeach Valid. Please fill out this field. ASSIGN CLASS* {{-- --}} Select Class @foreach ($classes as $cla) {{ $cla->name }} @endforeach Valid. Please fill out this field. ASSIGN SECTION* {{-- --}} Select Section @foreach ($section as $cla) {{ $cla->name }} @endforeach Valid. Please fill out this field. ROLL NO* Valid. Please fill out this field. NAME* Valid. Please fill out this field. GENDER* {{-- --}} Male Female Other Valid. Please fill out this field. DATE OF BIRTH* Valid. Please fill out this field. BLOOD GROUP* Valid. Please fill out this field.