@extends('layouts.app') @section('title', 'Edit Student - Rai University') @section('content') ← Back to Admin Panel
EDIT STUDENT ADMISSION FORM
@csrf @method('POST') {{-- Program --}}
@if($student->photo) @endif
Personal Details

@foreach(['Male','Female'] as $g) gender) == $g ? 'checked' : '' }}> {{ $g }} @endforeach

@foreach(['SC','ST','OBC','General'] as $cat) category) == $cat ? 'checked' : '' }}> {{ $cat }} @endforeach
@foreach([ ['city','City *',3],['district','District *',3], ['state','State *',2],['country','Country',2],['pincode','Pincode',2] ] as [$fname,$flabel,$cols])
@endforeach
Academic Qualifications
@foreach([ ['10th','year10','board10','stream10','percent10'], ['12th','year12','board12','stream12','percent12'], ['Graduation','yeargra','boardgra','streamgra','percentgra'], ['Post Graduation','yearpostgra','boardpostgra','streampostgra','percentpostgra'], ] as [$label,$year,$board,$stream,$pct]) @endforeach
QualificationYearBoard / University StreamPercentage/CGPA
{{ $label }}
@if($student->sign) @endif
Cancel
@endsection