@extends('layouts.frontend.app') @section('title', 'Admission | Application | Form' ) @push('css') @endpush @section('content') @include('frontend.admission._sidebar') Application Form ( Step- 2 ) All fields aren't be empty FORM @csrf email = Applying For Academic Personal Information {{ __('Program') }} Select One B.Sc. in Textile Engg. (Regular) B.Sc. in Textile Engg. (Diploma Holders) B.Sc. in EEE (Regular) B.Sc. in EEE (Diploma Holders) B.Sc. in Civil Engg. (Regular) B.Sc. in Civil Engg. (Diploma Holders) B.Sc. in CSE (Regular) B.Sc. in CSE (Diploma Holders) B.Sc. in MIPE (Regular) B.Sc. in MIPE (Diploma Holders) {{ __('Semester') }} Select One Spring Summar Fall {{ __('Applying Year') }} Select One {{ date('Y') }} {{ date('Y') + 1 }} {{ date('Y') + 2 }} Next SSC / Equivalent Degree {{ __('Roll') }} @if ($errors->has('ssc_roll')) {{ $errors->first('ssc_roll') }} @endif {{ __('Reg. No.') }} @if ($errors->has('ssc_reg')) {{ $errors->first('ssc_reg') }} @endif {{ __('Passing Year') }} None @for( $i = date('Y'); $i > 2008 ; $i -- ) {{ $i }} @endfor {{ __('Board') }} Select One Barisal Chittagong Comilla Dhaka Dinajpur Jessore Rajshahi Sylhet Madrasah Technical DIBS(Dhaka) HSC / Diploma {{ __('Roll') }} @if ($errors->has('hsc_roll')) {{ $errors->first('hsc_roll') }} @endif {{ __('Reg. No.') }} @if ($errors->has('hsc_reg')) {{ $errors->first('hsc_reg') }} @endif {{ __('passing Year') }} Select One @for( $i = date('Y'); $i > 2008 ; $i -- ) {{ $i }} @endfor {{ __('Board') }} Select One Barisal Chittagong Comilla Dhaka Dinajpur Jessore Rajshahi Sylhet Madrasah Technical DIBS(Dhaka) Previous Next {{ __('Name') }} {{ __('Fathers Name') }} {{ __("Mother's Name" ) }} {{ __('Date Of Birth') }} {{ __('Gender') }} {{ __('Semester') }} Select One Spring Summar Fall {{ __('phone') }} @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif {{ __('Email') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('Guardian Name') }} @if ($errors->has('guardian')) {{ $errors->first('guardian') }} @endif {{ __('Relation') }} @if ($errors->has('relation')) {{ $errors->first('relation') }} @endif {{ __('Present Address') }} @if ($errors->has('present_address')) {{ $errors->first('present_address') }} @endif {{ __('Permanent Address') }} @if ($errors->has('parmanent_address')) {{ $errors->first('parmanent_address') }} @endif {{ __('Nationality') }} @if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif {{ __('Password') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{ __('') }} Choose Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif Previous @endsection @push('js') @endpush