@extends('layouts.front') @section('content') Online Inquiry/Registration Home Online Inquiry/Registration Vidya Shree Academy 84, Krishna Vihar, Gopalpura ByPass, Jaipur 302015 Email:vsajaipur@gmail.com Phone:+91-80589-99828, 94603-56652 Registration Form Note: All '*' marked fields are mandatory. @csrf Student Details: Select Class For Admission* - Select Class - @if(isset($class) && !empty($class)) @foreach($class as $key => $value) id) selected="selected" @endif>{{ $value->class_name }} @endforeach @endif @if($errors->has('class_id')) {{ $errors->first('class_id') }} @endif Student Name* @if($errors->has('sname')) {{ $errors->first('sname') }} @endif Gender* - Select Gender - Male Female @if($errors->has('gender')) {{ $errors->first('gender') }} @endif Date of Birth* @if($errors->has('dob')) {{ $errors->first('dob') }} @endif Father's Details Father's Name* @if($errors->has('fname')) {{ $errors->first('fname') }} @endif Mobile Number(Father)* @if($errors->has('fmobile')) {{ $errors->first('fmobile') }} @endif WhatsApp Number(Father)* @if($errors->has('fwhatsap_no')) {{ $errors->first('fwhatsap_no') }} @endif Mother's Details: Mother's Name* @if($errors->has('mname')) {{ $errors->first('mname') }} @endif Mobile Number(Mother)* @if($errors->has('mmobile')) {{ $errors->first('mmobile') }} @endif WhatsApp Number(Mother) @if($errors->has('mwhatsap_no')) {{ $errors->first('mwhatsap_no') }} @endif Permanent Address: Address* {{ old('address') }} @if($errors->has('address')) {{ $errors->first('address') }} @endif {{-- Do You Want To Convert Your Inquiry/Registration into Admission (Pay rs 1000/- adjustable in fees) --}} The above information is given by me is true and correct and nothing has been concealed there in. @if($errors->has('fees_mode')) {{ $errors->first('fees_mode') }} @endif Submit @endsection
Note: All '*' marked fields are mandatory.