@extends('layouts.front') @section('content')

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:

 
@if($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if($errors->has('sname')) {{ $errors->first('sname') }} @endif
 
@if($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if($errors->has('dob')) {{ $errors->first('dob') }} @endif
 

Father's Details

 
@if($errors->has('fname')) {{ $errors->first('fname') }} @endif
@if($errors->has('fmobile')) {{ $errors->first('fmobile') }} @endif
 
@if($errors->has('fwhatsap_no')) {{ $errors->first('fwhatsap_no') }} @endif
 

Mother's Details:

 
@if($errors->has('mname')) {{ $errors->first('mname') }} @endif
@if($errors->has('mmobile')) {{ $errors->first('mmobile') }} @endif
 
@if($errors->has('mwhatsap_no')) {{ $errors->first('mwhatsap_no') }} @endif
 

Permanent 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
 
@endsection